WordPress 2.8: Disable automatic feed links

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);

Or get RSS feed

This entry was posted on Thursday, June 11th, 2009 at 11:32 pm and modified at 11:46 pm. You can follow any responses to this entry through the RSS 2.0 feed. Responses are currently closed, but you can trackback from your own site.

Comments : 3

  1. 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!

    Shelia Hards

  2. 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 !

    SSD

  3. Nice tip, I was wondering how to disable it.

    XIII

Pings/Trackbacks: 3

  1. Automatically remove all RSS feeds (Artmov)
  2. How to Move Your WordPress Feeds to a Sub-domain - WebMaster View
  3. WordPress 2.8: Disable automatic feed links – WebMaster View