/ Published in: PHP
Add this line to "functions.php" in your theme directory to remove RSS feeds specific to categories. The primary blog RSS feed will still be accessible.
Taken from a post by Hollywood grind on the Wordpress.org forums.
Expand |
Embed | Plain Text
remove_action( 'wp_head', 'feed_links_extra', 3 );
You need to login to post a comment.
