Quantcast
Channel: WordPress › Support » Topic: Redirect Feeds to Feedbuner Without Any Plugin
Browsing latest articles
Browse All 9 View Live

suraj78 on "Redirect Feeds to Feedbuner Without Any Plugin"

Hey there, Could you please tell me, how to redirect WordPress's default feed to Feedbuner without using .htaccess or any plugin. Thank you. Any help would be highly appreciated.

View Article



david.bailey on "Redirect Feeds to Feedbuner Without Any Plugin"

Drop this into your functions.php file: // Redirect RSS to FeedBurner // function diww_rss_feed_redirect() { global $feed; $new_feed = 'http://feeds.feedburner.com/wanderingbrit'; if (!is_feed()) {...

View Article

suraj78 on "Redirect Feeds to Feedbuner Without Any Plugin"

hey David, thank you so much. you saved my day. You truly a rockstar. thank you so much again. God Bless!

View Article

James Kirk on "Redirect Feeds to Feedbuner Without Any Plugin"

Nice! Thanks for asking this question, suraj78. That was something on my list to get out of the plugins list and into my functions. Figured I'd just have to rework the FD Feedburner, but this look nice...

View Article

threestyler on "Redirect Feeds to Feedbuner Without Any Plugin"

Can also be done via .htaccess (place before WordPress rewrite rules): <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_URI} ^/?(feed.*|comments.*) [NC] RewriteCond...

View Article


loughcorrib on "Redirect Feeds to Feedbuner Without Any Plugin"

David, Thanks for the code. I will give it a lash great to save on plugins. Thanks SAgain

View Article

DIRPLANET on "Redirect Feeds to Feedbuner Without Any Plugin"

David, thank you so much, This Will Really Help Me DirPlanet

View Article

Anoop M C on "Redirect Feeds to Feedbuner Without Any Plugin"

Do not use the above given htaccess to redirect feeds to feedburner. It will also redirect any url starting feed. For example if you have a page with slug feedback it will be redirected to the...

View Article


Emphacy on "Redirect Feeds to Feedbuner Without Any Plugin"

I would recommend sticking to WordPress' methods. http://codex.wordpress.org/Using_FeedBurner function feedburner_feed($output, $feed) { if (strpos($output, 'comments')) { return $output; } return...

View Article

Browsing latest articles
Browse All 9 View Live




Latest Images