• Well
    I’m lost and i really don’t manage to do this.
    A basic wordpress site has got 3 feeds. I want to disabled 2 of them. And keep only the general feed blog. -> mysite.com/feed

    I want to disable
    mysite.com/comments/feed
    mysite.com/home/feed

    I manage to disable mysite.com/home/feed using

    function remove_rss() {
        return;
    }
    add_filter('post_comments_feed_link','remove_rss');

    but impossible to disable mysite.com/comments/feed

    I tryed severals plugins(they diasble everything) and codes found via google without success. Or i missed something…

    Any idea ?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable feeds – Episod 2’ is closed to new replies.