<?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?
<?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?
This topic has been closed to new replies.