Title: Doesn&#039;t remove comments feed
Last modified: August 20, 2016

---

# Doesn't remove comments feed

 *  [snickn](https://wordpress.org/support/users/snickn/)
 * (@snickn)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/doesnt-remove-comments-feed/)
 * This plugin seems to leave the comments feed link:
 * `<link rel="alternate" type="application/rss+xml" title="S. Nick Nelson &raquo;
   Comments Feed" href="http://snickn.com/comments/feed/" />`
 * [http://wordpress.org/extend/plugins/hide-comments-feature/](http://wordpress.org/extend/plugins/hide-comments-feature/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Vitor Carvalho](https://wordpress.org/support/users/lightningspirit/)
 * (@lightningspirit)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/doesnt-remove-comments-feed/#post-3472859)
 * Thank you for point it out! 🙂
 * I will release it with this fixed ASAP.
 *  [CarolWP](https://wordpress.org/support/users/carolwp/)
 * (@carolwp)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/doesnt-remove-comments-feed/#post-3473077)
 * The comments feed is still not being removed from the accessible version. It’s
   in wp-includes/general-template.php, and is the line that reads:
 * `echo '<link rel="alternate" type="' . feed_content_type() . '" title="' . esc_attr(
   sprintf( $args['comstitle'], get_bloginfo('name'), $args['separator'] )) . '"
   href="' . get_feed_link( 'comments_' . get_default_feed() ) . "\" />\n";`
 * Given that this is the version used by, for example, blind people who use text
   readers, I’d really like not to be sending them off to a nonexistent feed. Any
   chance of fixing this?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Doesn't remove comments feed’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/hide-comments-feature_ffffff.svg)
 * [Hide Comments Feature](https://wordpress.org/plugins/hide-comments-feature/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hide-comments-feature/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hide-comments-feature/)
 * [Active Topics](https://wordpress.org/support/plugin/hide-comments-feature/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hide-comments-feature/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hide-comments-feature/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [CarolWP](https://wordpress.org/support/users/carolwp/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/doesnt-remove-comments-feed/#post-3473077)
 * Status: not resolved