Forums

Remove comments rss feed (2 posts)

  1. Rightintwo
    Member
    Posted 2 years ago #

    Hi,

    I'm using the default kubrick wordpress theme, have comments turned off but still have an comments feed being generated.

    Is it possible to remove/stop this feed, and at the same time still have wordpress generate the general and category/post feeds?

    Many thanks in advance.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    You could try adding:

    remove_action( 'wp_head', 'feed_links_extra', 3 ); // removes comment feed link

    to the top of the theme's functions.php file - just after the opening <?php tag.

Topic Closed

This topic has been closed to new replies.

About this Topic