Hello,
i was wondering is there a way to change the regular post rss feed to feedburner and leave the comments as it is or add a feedburner for comments too?
thanks :-)
Hello,
i was wondering is there a way to change the regular post rss feed to feedburner and leave the comments as it is or add a feedburner for comments too?
thanks :-)
Would the FD Feedburner plugin be what you're looking for?
http://wordpress.org/extend/plugins/feedburner-plugin/
"Redirects the main feed and optionally the comments feed seamlessly and transparently to Feedburner.com."
I did this without using a plugin, by editing my .htaccess as such
RewriteCond %{HTTP_USER_AGENT} |^.*(FeedBurner|FeedValidator) [NC]
RewriteRule ^feed/?.*$ http://feeds.feedburner.com/nixternal [L,NC,R=302]
RewriteRule ^comments/feed/?.*$ http://feeds.feedburner.com/nixternal-comments [L,NC,R=302]
If you don't want to forward you comments feed, then just get rid of the 2nd rewrite rule. This is placed within the
<IfModule mod_rewrite.c>
...
</IfModule>
section that probably has commented out 'BEGIN WordPress'. First time posting on this forum, so I am hoping those code sections work out.
This topic has been closed to new replies.