Opened 3 years ago
Closed 3 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: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Canonical | Version: | 2.8.5 |
| Severity: | normal | Keywords: | |
| 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)
Note: See
TracTickets for help on using
tickets.

see #11061