• On my post pages when someone clicks the RSS icon next to the address bar there are two options. One is to subscribe to the regular blog feed and the other is to subscribe to the comments feed of that particular post. How can I get rid of this second option?

    Thanks for your help.

    I’m using the latest version by the way (2.8.4)

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

    (@transpersonal)

    Doe anyone know?

    Thread Starter transpersonal

    (@transpersonal)

    I’ll bump this again.

    Here is the link that is automatically inserted by wordpress in the head section of my site:

    <link rel="alternate" type="application/rss+xml" title="SITENAME &raquo; NAME OF POST/PAGE Feed" href="https://www.mysite.com/postname/feed/" />

    How can I get rid of this using a functions.php hack. It probably will be something like this but for the above link:

    remove_action(‘wp_head’, ‘index_rel_link’);

    Please help!!!

    sinhawk

    (@sinhawk)

    How can I get rid of this second option?

    I went to the template header.php and found the rel=”rss comments” and just deleted it. Not sure if thats what you wanted or you were looking for something more complicated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Disable the Comments RSS Feed Option’ is closed to new replies.