Remove the extra feed links
Keeps the main posts and comments feeds in the page head, and removes the links to category, tag, author, search and per-post comment feeds.
<?php
remove_action( 'wp_head', 'feed_links_extra', 3 );
In these packs
- Clean up the head: Remove the links, scripts and styles WordPress adds to every page that most sites never use.