What code do I need to remove Comments Rss from Wordpress?
-
Guessing I need to put something in functions.php file to remove site wide the "Comments Rss" link under "Meta" in sidebar?
-
Depending on the template, I think you can just go into the admin panel and edit sidebar.php or sidenav.php or whatever it's called in your particular theme. You should just need to comment out 2-3 lines of code. Without seeing the theme or the site itself I can only tell you that much. It should be an easy fix.
Just copy all of the code to your toolbar when you make changes, so that if you delete something or make a big mistake you can quickly revert to the old file.
-
Or you can install the WordPress SEO plugin by Yoast. If I remember well it offers the opportunity to hide the comments RSS (surely to not index it).