Remove Comments Link from Posts
-
What follows is a simple solution to a simple problem (which I couldn’t find newbie information on).
The simplest and least fuss solution I could find to removing any links to comments at the bottom of WordPress 2 posts goes like this:
1.In the file comment-functions.php (wp-includes\comment-functions.php) search for the function ‘comments_popup_link’ (without the brackets).
2.Edit the variable $none so it has no text:function comments_popup_link($zero=’No Comments’, $one=’1 Comment’, $more=’% Comments’, $CSSclass=”, $none=”)
3.When writing (or editing) the post ensure that the ‘Allow comments’ box in the top most Discussion panel is not ticked.
Effectively WordPress is still displaying something, but that something is nothing. Make sense?
??
B
- The topic ‘Remove Comments Link from Posts’ is closed to new replies.