link feed html

#338226
  • Resolved Emilie Jouffre
    Rank Math free

    Hello I have a problem with my website and the feed i try to disable or remove the /feed link . I can’t
    Source code page
    <link rel=”alternate” type=”application/rss+xml” title=”Emilie Sophro-Hypnose » Flux” href=”https://emilie-sophro-hypnose.com/feed/&#8221; />
    <link rel=”alternate” type=”application/rss+xml” title=”Emilie Sophro-Hypnose » Flux des commentaires” href=”https://emilie-sophro-hypnose.com/comments/feed/&#8221; />

    I have tried to put this code php
    function wpb_disable_feed() {
    wp_die( __(‘No feed available,please visit our homepage!’) );
    }

    add_action(‘do_feed’, ‘wpb_disable_feed’, 1);
    add_action(‘do_feed_rdf’, ‘wpb_disable_feed’, 1);
    add_action(‘do_feed_rss’, ‘wpb_disable_feed’, 1);
    add_action(‘do_feed_rss2’, ‘wpb_disable_feed’, 1);
    add_action(‘do_feed_atom’, ‘wpb_disable_feed’, 1);
    add_action(‘do_feed_rss2_comments’, ‘wpb_disable_feed’, 1);
    add_action(‘do_feed_atom_comments’, ‘wpb_disable_feed’, 1);

    But the same problem XML dont recognize this page when i Put the code

Viewing 1 replies (of 1 total)
  • Prabhat
    Rank Math agency

    Hello,

    Thank you for contacting us.

    After adding that code, please clear your website and browser’s cache and then see if the feeds are disabled. You can also check in an incognito/private window of your web browser.

    Alternatively, you can also try using this plugin and see if that helps:
    https://wordpress.org/plugins/disable-feeds/

    Let us know how that goes.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘link feed html’ is closed to new replies.