Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Vitor Carvalho

    (@lightningspirit)

    Thank you for point it out! 🙂

    I will release it with this fixed ASAP.

    CarolWP

    (@carolwp)

    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.