How to automatically add RSS link beside categories?
-
I’d like to automatically set up links to category RSS feeds (with “RSS.gif”) after the category links, but am unsure how to do it.
In other words, instead of WP listing:
Category 1 (10)
Category 2 (10)
etc,it would list something like:
Category 1 (10) RSS
Category 2 (10) RSSAny suggestions on how I can add such a feature to the automated generation of categories?
ie:
<?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to automatically add RSS link beside categories?’ is closed to new replies.