Fine-Grained Syndication

RSS

Dear Lazyweb,

How do I configure the RSS feeds within WordPress so that I can have separate feeds for categories, comments, etc.?

I would like to have feeds for the Weblog entries, another for Asides and a combined feed (Weblog and Asides). At the moment subscribers get everything which is not always ideal since I tend to publish to Asides far more frequently than I do to the Weblog. Also I’d like to expand the site in future with a separate photoblog and perhaps other “channels”.

Any help would be appreciated.

Thanks.

Updated 15th July, 2008: SOLVED - Manually added feed URIs to the theme file named “header.php” for “Weblog Only”, “Asides Only” and “Comments Only”.

<link rel="alternate" type="application/rss+xml" title="RSS 2.0 (Weblog Only)" href="http://blog.urbanmainframe.com/category/weblog/feed/" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0 (Asides Only)" href="http://blog.urbanmainframe.com/category/asides/feed/" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0 (Comments Only)" href="http://blog.urbanmainframe.com/comments/feed/" />


A Solitary Reader Comment for “Fine-Grained Syndication”

Leave a Comment