Opened 15 years ago
Closed 15 years ago
#10868 closed enhancement (fixed)
tag-{id}.php template
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Template | Keywords: | |
Focuses: | Cc: |
Description
ticket #10614 added to wp2.9 a new tamplate file category-{slug}.php. now we have:
- category-slug.php
- category-id.php
- category.php
but on tags tamplate file, the tag-{id}.php is missing:
- tag-slug.php
- tag.php
the tag-{id}.php template file is very useful for non-english users, because the tag-{slug}.php contans gibberish letters (hebrew letters in my case). Adding tag-{id}.php will make it easier.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [12010]) Allow for tag templates to be linked by tag id as well as name. Fixes #10868.