• <?php
    wp_list_categories('orderby=name&show_count=1
    &feed_image=/images/rss.gif'); ?>

    Is there a way to avoid hard-coding the location of the rss image in the code above? Can the function bloginfo(‘template_url’); be used in some form?

  • The topic ‘List Categories – Location of RSS Image’ is closed to new replies.