After taking a look at some of the wordpress themes being released we noticed that some of them have not hooked up any RSS feeds! Probably the main reason that the WP Theme authors have not done this is because it is very simple to hook one up.
In order to link through to an RSS feed of your article postings, just link to:
yourwebsite.ext/wp/feeds/
Where yourwebsites.ext/wp/ is the path to your wordpress installation.
The RSS code seems to work nicely in as much as it filters per category you are currently in. Or put another way, depending on which category you are view, the RSS feed will show the current dataset (categories).
One point with the default WP RSS feed, it seems to default to the last 10 postings, somthing which would need to be looked at for SEO.
Just add the /feeds/ folder to the end of your site URL and hey presto you have your feed!
You can see the nCoded RSS Feed for this category, as a demo to how default WP feeds look and work.

