[wp-trac] [WordPress Trac] #14337: wp_tag_cloud uses archive.php instead of tag.php
WordPress Trac
wp-trac at lists.automattic.com
Sat Jul 17 18:16:25 UTC 2010
#14337: wp_tag_cloud uses archive.php instead of tag.php
------------------------------------------------+---------------------------
Reporter: niceandripe | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: General | Version: 3.0
Severity: normal | Resolution: invalid
Keywords: wp_tag_cloud, archive.php, tag.php |
------------------------------------------------+---------------------------
Changes (by scribu):
* status: new => closed
* resolution: => invalid
* milestone: Awaiting Review =>
Comment:
tag.php is only loaded for post tags.
You should create a new taxonomy.php file and place this line of code in
it:
{{{<?php include ./tag.php; ?>}}}
See http://codex.wordpress.org/Template_Hierarchy
Also, please use the [http://wordpress.org/support/ Support Forums] next
time.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14337#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list