How do I remove RSS feeds from themes?

If the theme is a relatively modern one, find this line of code in the functions.php file and remove it:

add_theme_support( 'automatic-feed-links' );

If it’s an older theme, then look in the header.php file for the code that adds those.

Leave a Comment