Well this isn’t exactly a plugin, but I’ll show you how to redirect all your category rss feeds to feedburner feeds with a simple htaccess trick. I thought about modifying the feedburner plugin available but it was more hard work than i thought so i came back to htaccess modifying.

1. Download Category LiveBookmarks Plus & Activate. This will allow firefox and newsreaders to see all your feeds when your on your main page.

2. Download Category Page Plugin and activate it. This will enable you to use tags that show your category feeds in certain posts, just like at the bottom of this post where it says "Subscribe To This Category Via RSS:"

3. Create Feedburner feeds for every single category feed you want to use. You can find your category feeds by going to http://www.yoursite.com/category/NameOfFeed/feed/ or if you have just

4. Modify Your Htaccess file, download it with an ftp program (if you cant see it in your root make sure you uncheck show hidden files in the options.) and add the following at the end of the file for every category feed you want converted.

RedirectTemp /category/FEEDNAME/feed/ http://feeds.feedburner.com/FEEDNAME

So my root htaccess file looks like the following:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>

# END WordPress

RedirectTemp /category/christianity/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteChristianity
RedirectTemp /category/blogging/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteBlogging
RedirectTemp /category/bussiness/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteBussiness
RedirectTemp /category/coles-takeover/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteColesTakeover
RedirectTemp /category/comedy/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteComedy
RedirectTemp /category/free-sms-in-australia/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteFreeSmsInAustralia
RedirectTemp /category/general/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteGeneral
RedirectTemp /category/goals/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteGoals
RedirectTemp /category/images/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteImages
RedirectTemp /category/msn-messenger/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteMsnMessenger
RedirectTemp /category/music/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteMusic
RedirectTemp /category/recipes/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteRecipes
RedirectTemp /category/site-news/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteSiteNews
RedirectTemp /category/snow/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteSnow
RedirectTemp /category/technology/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteTechnology
RedirectTemp /category/wordpress/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteWordpress
RedirectTemp /category/youtube/feed/ http://feeds.feedburner.com/ViolinKidOfficialSiteYoutube

Good luck, If you need any help drop me a line, and don’t forget if you want more wordpress tips subscribe to this wordpress category below…