Automatic feed links is a new feature in WordPress 2.8 which automatically generate the relevant feed links for pages. But this site already uses a custom function to do this. Besides, instead of WordPress’s default feed URI structure, a separate sub domain (feed.webmasterview.com) is used for feeds. So this feature is disabled here by just adding the following code to the theme’s function.php file.
automatic_feed_links(false);
Great news from Matt Cutts, tells how URL shortening services can forward google page rank when they implement a 301 redirect. And so web sites similar to bit.ly and goo.gl are very good to use – excellent stuff!
April 18, 2011 at 4:33 am Shelia Hards
I didn’t know that this function could take a parameter.
When you type this :
automatic_feed_links();
It only disable post & comments feeds on the home page, but not individual post feed !
August 3, 2010 at 6:08 pm SSD
Nice tip, I was wondering how to disable it.
June 17, 2009 at 8:21 pm XIII