Make WordPress Core

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: nerrad's profile nerrad 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)

#1 @nacin
13 years ago

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.

#2 @filosofo
13 years ago

Or just visiting Settings > permalink. No need even to click "save."

#3 @nerrad
13 years ago

  • Resolution set to fixed
  • Severity changed from major to trivial
  • Status changed from new to closed

of course! I feel kind of dumb.

#4 @filosofo
13 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

#5 @filosofo
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from reopened to closed
  • Version 3.0 deleted
Note: See TracTickets for help on using tickets.