Disable comment rss feeds for pages in wordpress

Add this to functions.php

add_filter('post_comments_feed_link', '__return_null');

Leave a Comment