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);
Bad Behavior has blocked 1404 access attempts in the last 7 days.
Nice tip, I was wondering how to disable it.
June 17, 2009 at 8:21 pm XIII
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