Disabling comments in WordPress
I found the “No Comments” link on my WordPress site to be a bit annoying. Disabling comments is easy enough under Options / Discussion, but I wanted to remove the actual links from the page.
This proved pretty easy. You just need to edit comments.php and index .php and comment out the following line:
comments_popup_link('No Comments »', '1 Comment »', '% Comments »');
Trackback URI |