#19659 closed defect (bug) (duplicate)
using %tags% in permalinks doesn't work
Reported by: | hubertnguyen | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Hi there, since WP 3.3 comes with improvements in the way permalinks are handled, I thought that I would try things that would be unthinkable not so long ago. I wanted to use something like
/%tag%/%post-id%/
but it looks like %tag% may not be evaluated at all in the code that handles the permalink. The codex says that it is possible though, and I don't see why not, so I'm assuming that it's something that may have been overlooked because it was not recommended before.
Change History (4)
#1
@
13 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
#2
@
13 years ago
dd32, thanks for confirming. The codex would let one think otherwise:
http://codex.wordpress.org/Using_Permalinks
"You can use these tags to customize your "Pretty" or "Almost Pretty" permalinks. A few hints:"
%tag%
A sanitized version of the tag name (tag slug field on New/Edit Tag panel).
%tag% is not supported within URL's, nor are any other taxonomies (other than the obvious, %category%).
See #9466 #10786