Forums

[resolved] Remove the link to the category RSS feed (3 posts)

  1. Jaaaarne
    Member
    Posted 2 years ago #

    Hello everyone

    I've been searching Codex and forums for a couple of hours, but can't seem to find the solution. Hope somebody can help me, since I suspect the solution to be easy.

    WP automatically generates an RSS feed for each category. But while a link to the complete RSS feed (which has all posts from all categories) can be edited in header.php, links to categories' feeds are generated by wp_head and thus cannot be removed or edited.

    What I need is to remove these category RSS links from appearing in the header. I need the categories' feeds themselves to be generated, but links to them should not appear in the header and be available for subscribing.

    Is it possible to do it?

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

    Try adding remove_action( 'wp_head', 'feed_links_extra', 3 ); to your theme's functions.php file.

  3. Jaaaarne
    Member
    Posted 2 years ago #

    Thank you, esmi! Although I found that solution a couple of minutes ago myself, stupid me. :) It does work.

Topic Closed

This topic has been closed to new replies.

About this Topic