Remove RSS Feeds from Wordpress Category Pages


/ Published in: PHP
Save to your folder(s)

<p>Add this line to &quot;functions.php&quot; in your theme directory to remove RSS feeds specific to categories. The primary blog RSS feed will still be accessible. </p><p>Taken from a post by Hollywood grind on the Wordpress.org forums.</p>


Copy this code and paste it in your HTML
  1. remove_action( 'wp_head', 'feed_links_extra', 3 );

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.