[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 16:22:50 UTC 2010


#14337: wp_tag_cloud uses archive.php instead of tag.php
--------------------------+-------------------------------------------------
 Reporter:  niceandripe   |       Owner:                                    
     Type:  defect (bug)  |      Status:  new                               
 Priority:  normal        |   Milestone:  Awaiting Review                   
Component:  General       |     Version:  3.0                               
 Severity:  normal        |    Keywords:  wp_tag_cloud, archive.php, tag.php
--------------------------+-------------------------------------------------
 if i use

 {{{
 wp_tag_cloud('');
 }}}

 it uses tag.php when i click a tag

 however, if I use

 {{{
 wp_tag_cloud(array('taxonomy'=>'directory-category', 'format'=>'list'));

 }}}
 then it uses archive.php !

 how can i force it to use tag.php?

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/14337>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list