// 06.Jul.2008

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/" />

Last Revision: July 16th, 2008 at 05:58
Short URL: http://wp.me/phEOu-1a (Tweet This!)


A Solitary Comment for “Fine-grained Syndication”

  1. […] http://blog.urbanmainframe.com/2008/07/fine-grained-syndication/ asks Hoosgot, […]

Have Your Say:

The comment handler is Gravatar enabled.