Codex tools: Log in / create account
Contents |
This function returns a link to the feed for all posts in the specified category. A particular feed can be requested, but if the feed parameter is left blank, it returns the 'rss2' feed link.
<?php get_category_feed_link( $cat_id, $feed ); ?>
Return the rss2 feed link for post in category 2
<?php get_category_feed_link('2', ''); ?>