Changes between Initial Version and Version 4 of Ticket #10154

Timestamp:
12/01/09 23:49:30 (3 years ago)
Author:
lloydbudd
Comment:

Generally, please leave the milestone once one of the core developers has set it.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10154

    • Property Keywords needs-patch added
    • Property Summary changed from Add parameter "feed_location" to "wp_list_categories()" to floatting {{feed_image}} in "wp_list_categories()"
    • Property Milestone changed from 2.9 to Future Release
  • Ticket #10154 – Description

    initial v4  
    1 Using '''wp_list_categories('feed_image=rss.gif')''' or '''wp_list_categories('feed=RSS')''' displayes a list of categories with links to feed. 
     1Using {{{wp_list_categories('feed_image=rss.gif')}}}  or {{{wp_list_categories('feed=RSS')}}} displayes a list of categories with links to feed. 
    22 
    3 The problem is, that we can't difine who will come first "cat feed" or "feed cat"? 
     3The problem is, that we can't define who will come first "cat feed" or "feed cat"? 
    44 
    55Adding "feed_location" parameter may solve this problem.