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);
Continue reading WordPress 2.8: Disable automatic feed links