Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#11337 closed defect (bug) (duplicate)

Incorrect URLs for custom taxonomies when blog uses default URLs and taxonony should use rewrite

Reported by: sirzooro's profile sirzooro Owned by: markjaquith's profile markjaquith
Milestone: Priority: normal
Severity: normal Version: 2.8.5
Component: Canonical Keywords:
Focuses: Cc:

Description

Steps to reproduce:

  • configure blog to use default permalink format (/?p=123);
  • register custom taxonomy. Set rewrite to true for it;
  • add the_terms() call somewhere in theme.

Expected result: URLs to custom taxonomy pages should look like site.com/?mytax=myterm or site.com/?taxonomy=mytax&term=myterm

Current results: generated URLs are incorrect: site.commytax/myterm

Change History (1)

#1 @dd32
14 years ago

  • Keywords needs-patch removed
  • Milestone 2.9 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

see #11061

Note: See TracTickets for help on using tickets.