Sunday, May 24, 2009

Disable automatic feed links in header for WordPress 2.8

WordPress 2.8 provides a new function, automatic_feed_links().

This function will enables the automatic output of feed links, including the comment feed in the header area of the document.

To disable this feature, paste this code in function.php file.
automatic_feed_links(false);

No comments :

Post a Comment