Opened 13 years ago
Closed 13 years ago
#14404 closed defect (bug) (invalid)
With Permalinks on custom taxonomy permalinks do not work [flat custom taxonomies]
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | |
Component: | Taxonomy | Keywords: | |
Focuses: | Cc: |
Description
To replicate:
- Register a new taxonomy using register_taxonomy()
- If permalinks are not enabled the url "site.com/?taxonomy=term" works.
- If permalinks are enabled with a structure something like "/%year%/%postname%/" the url "site.com/taxonomy/term" does NOT work whereas the structure for categories and tags do.
Change History (5)
Note: See
TracTickets for help on using
tickets.
Provided you have rewriting set up on your taxonomy, you also have to clear the rewrite rules. Normally that is something that would occur in the activation hook of a plugin. Or basically by visiting Settings > Permalink and clicking save.