Remove ONLY post feed in wp_head
-
I have this code bellow, but only want to remove the post feed in my <head>. How can i do this?
remove_action('wp_head', 'feed_links', 2); // removes post and comment feeds remove_action('wp_head', 'feed_links_extra', 3); // removes category feeds etc.
Thanks! ??
- The topic ‘Remove ONLY post feed in wp_head’ is closed to new replies.