How do I remove the default rss feed?
-
I tried the below with no luck. I want to get rid of the default rss feed link in the header section.
remove_action( 'wp_head', 'feed_links', 2 ); // Removes links to the general feeds: Post and Comment Feed remove_action( 'wp_head', 'wp_generator'); // Removes the WordPress version i.e. - WordPress 2.8.4
- The topic ‘How do I remove the default rss feed?’ is closed to new replies.