Adding per category RSS in your Blog
I am writing blog entries so that people can read them.
By using categories, people can selectively read what they are interested in.
By default WordPress only creates on RSS per site.
Here is a — dirty — way to have per category RSS.
You just need to edit your main page. At the end, where the RSS links are created, you need to do the following edit:
Before:
<li><a href="{bloginfo show='rss_url'}">RSS .92</a></li>
After:
<li><a href="./rss">RSS .92</a></li>
