• Resolved swaro

    (@swaro)


    I am looking for a way to prevent the auto generated category and tag RSS links. I do not want to exclude any posts from the RSS, but want only one single link to my single feedburner url (which is displaying fine) and included in the header.php. Right now I am getting an additional RSS feed in the head when viewing posts by category or tag.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter swaro

    (@swaro)

    Found the answer for anyone else with this problem.

    add to your functions.php

    remove_action( ‘wp_head’, ‘feed_links_extra’, 3 );

    Thanks!

    Where did you find this out of interest?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Prevent auto generated category and tag RSS links?’ is closed to new replies.