Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ihorvorotnov/taxonomy-archive
A WordPress plugin for taxonomy archive pages
https://github.com/ihorvorotnov/taxonomy-archive
Last synced: about 20 hours ago
JSON representation
A WordPress plugin for taxonomy archive pages
- Host: GitHub
- URL: https://github.com/ihorvorotnov/taxonomy-archive
- Owner: ihorvorotnov
- License: gpl-2.0
- Created: 2015-09-06T18:47:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-04T18:30:40.000Z (about 9 years ago)
- Last Synced: 2023-08-19T23:01:11.061Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taxonomy-Archive [![Build Status](https://travis-ci.org/ihorvorotnov/Taxonomy-Archive.svg?branch=master)](https://travis-ci.org/ihorvorotnov/Taxonomy-Archive)
**WORK IN PROGRESS / NOT READY FOR PRODUCTION**
A WordPress plugin for taxonomy archive pages (a missing core feature).
When you go to `site.com/category/uncategorized/`, you'll see a list of posts in this category, called Uncategorized. However, if you delete that exact term from the URL and go to `site.com/category/`, you'll get 404 error. Many of us expect to see a list of categories there, like tag cloud (category cloud in this case). Same applies to tags or any custom taxonomy.
This plugin fixes the problem. It adds custom rewrite rules and loads custom templates to show the list of terms in a given taxonomy.