Opened 16 years ago
Closed 16 years ago
#11337 closed defect (bug) (duplicate)
Incorrect URLs for custom taxonomies when blog uses default URLs and taxonony should use rewrite
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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
rewritetotruefor 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)
Note: See
TracTickets for help on using
tickets.
see #11061