Ticket #10868 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

tag-{id}.php template

Reported by: ramiy Owned by: westi
Priority: normal Milestone: 2.9
Component: Template Version: 2.9
Severity: normal Keywords:
Cc: r_a_m_i@…, sudar@…

Description

ticket #10614 added to wp2.9 a new tamplate file category-{slug}.php. now we have:

  1. category-slug.php
  2. category-id.php
  3. category.php

but on tags tamplate file, the tag-{id}.php is missing:

  1. tag-slug.php
  2. 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

  • Cc sudar@… added
  • Status changed from new to closed
  • Resolution set to fixed

(In [12010]) Allow for tag templates to be linked by tag id as well as name. Fixes #10868.

Note: See TracTickets for help on using tickets.