[Resolved] Block/remove all RSS feeds

Home Forums Support [Resolved] Block/remove all RSS feeds

Home Forums Support Block/remove all RSS feeds

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1437803
    Alex

    Hi guys,

    How can I remove all feeds from a site?
    I’ve seen couple of plugins but they don’t seem to work anymore and are not being updated.

    Thank you

    #1437908
    David
    Staff
    Customer Support

    Hi there,

    maybe the code method provided here will do the job:

    https://www.wpbeginner.com/wp-tutorials/how-to-disable-rss-feeds-in-wordpress/

    #1438515
    Alex

    Works like a charm!

    Thank you David

    #1438651
    David
    Staff
    Customer Support

    Glad to hear that!

    #1497338
    Jim

    That plugin, and code methods I’ve seen, redirect visitors using feed links. They don’t remove all the feed links from the header. Are those put in there by the theme, and if so, is there a way to kill them?

    #1497355
    Jim

    Actually I found a solution on another thread here. Apparently it’s through wordpress, not GeneratePress. This seems to work:

    remove_action('wp_head', 'feed_links', 2); // remove rss feed links
    remove_action('wp_head', 'feed_links_extra', 3); // removes all extra rss feed links
    
    #1497544
    Leo
    Staff
    Customer Support

    Glad to hear and thanks for sharing your solution!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Block/remove all RSS feeds’ is closed to new replies.