Codex tools: Log in / create account
Contents |
Released with Version 2.5, 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. This function replaces the deprecated get_category_rss_link function.
<?php get_category_feed_link('cat_id', 'feed'); ?>
Return the rss2 feed link for post in category 2
<?php get_category_feed_link('2', ''); ?>
get_category_rss_link