i have the default RSS Feeds:
Blog Feed and the Post Comments Feed.
What i want is to have a separate Feed for each Category.
can this be done?
dave
i have the default RSS Feeds:
Blog Feed and the Post Comments Feed.
What i want is to have a separate Feed for each Category.
can this be done?
dave
-
/wp-rss.php?cat=1
Or for permalinks, something like:
/category/category-name/rss/
Just replace feed page/type for the one you want to use (rss, rss2, rdf, or atom). You'd need to manually link to them, though.
Uh, no, "manually link" is not quite true. I forgot about the 'feed' argument in list_cats() and wp_list_cats(), which can force a rss2 link next to each category link. See the wiki for those:
Or Codex:
http://codex.wordpress.org/Template_Tags
Yeah, what macmanx said.
that's exactly what i needed, works perfect :) thanks,
dave
This topic has been closed to new replies.