List Your RSS Feeds via wp_list_category
Dou you want list your categories with your Feed link? There is only 2 lines code for this. You can show this feed in your sidebar. You have to use with text widget if your theme is a widgetized. That’s a good code i think! Lets begin…
Here is the code;
<?php wp_list_categories('feed_image=http://www.myblog.com/image.gif&feed=XML Feed&optioncount=1&children=0'); ?>
If you can change “http://www.myblog.com/image.gif” you can change your RSS image.
That’s all. Have a nice day!
