WordPress generates a number of other feeds in addition to those for posts and comments. There’s a feed for each of your categories and tags. You can also get feeds of posts written by an individual author. You can even get feeds for search results!
Since WordPress doesn’t advertise these hidden feeds, you’ll have to do a little URL manipulation to find them. Of course, once you’ve located them, you can place the links somewhere in your theme so your visitors can find them too.
Since RSS 2.0 and Atom 1.0 are the most popular formats, I’ve given those as the examples for the hidden feeds. However, all four formats are available for all the feeds listed below (except Links). If you want RSS 0.92 or RDF feeds, just replace the appropriate acronyms in the URLs.
Are there any more that I’ve overlooked? Let me know!
Tom says
Hi!
It looks like as if
– “?feed=rss2&cat=XXX” or
– “?cat=42&feed=rss2”
is not working in 3.0, see example here:
http://www.csr-news.net/main/?feed=rss2&cat=1682
Do you have any advise?
Thanks
Tom
steph says
Tom, in that case, you can use http://csr-news.net/main/category/main-categories/for-editors-only/csr-live-chat/feed/. If it’s a single category and you have a permalink structure set up, all you have to do is add /feed to the end.
Tom says
Thanks Steph.
This works and I know. The thing is that I really need to control the specific cat feed with the cat ID since I do have two systems interacting with each other.
Any ideas how to do so with WP 3 (worked always fine including 2.9)
Thanks
Tom