[wp-trac] [WordPress Trac] #13058: Feed link not working with non-category taxonomy in wp_list_categories()

WordPress Trac wp-trac at lists.automattic.com
Tue Apr 20 05:07:21 UTC 2010


#13058: Feed link not working with non-category taxonomy in wp_list_categories()
--------------------------+-------------------------------------------------
 Reporter:  greenshady    |       Owner:     
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.0
Component:  General       |     Version:  3.0
 Severity:  normal        |    Keywords:     
--------------------------+-------------------------------------------------
 Since `wp_list_categories()` now allows you to specify a taxonomy, its
 arguments should work with any taxonomy.

 Currently, if you enter a value for `feed` or `feed_type`, a correct feed
 URL isn't shown.

 To reproduce, try this:

 {{{
 <ul>
         <?php wp_list_categories( array( 'taxonomy' => 'post_tag', 'feed'
 => 'RSS' ) ); ?>
 </ul>
 }}}

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


More information about the wp-trac mailing list