Hello,
On the forum, I see how to create a multiple-category feed through a URI: your.site.com/index.php?feed=rss2&cat=3,8,14
I would like to link to a feed only containing certain categories, but I don't know PHP. How would I apply the concept above to my template code?
<a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>">
<img src="<?php bloginfo('template_url'); ?>/img/feed.gif" alt="RSS Feed" title="RSS Feed" width="56" height="26" border="0" id="feed" />
</a>
Thank you!