• Resolved mister klucha

    (@mister-klucha)


    I’m trying to set this in my wordpress site.

    But i don’t understand why i’ve got 3 feeds :

    /?feed=comments-rss2 –>> feed of comments -> ok
    /?feed=rss2 –>> feed for posts -> it’s ok
    And i have also got :
    /?feed=rss2&page_id=2 –>> I don’t know what it is !?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mister klucha

    (@mister-klucha)

    the third one seems to be a feed of comments for the home page ?
    someone know a good plugin for managin plugin (hide post in feeed, hide feed…) ?

    Thread Starter mister klucha

    (@mister-klucha)

    I’m finaly looking for a way to hide the feeed of comments for my home page only ?
    /?feed=rss2&page_id=2

    Any help ?

    Thread Starter mister klucha

    (@mister-klucha)

    I found a solution, this works

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘3 RSS feeds ?’ is closed to new replies.