how can i remove "Comments are closed." ?
reomove "Comments are closed."
5 posts from 2 voices-
Posted 2 years ago #
-
Hey,
in single.php replace:
<div class='entry commententry'> <?php comments_template(); ?> </div>with:
<?php if ( comments_open() ) : ?> <div class='entry commententry'> <?php comments_template(); ?> </div> <?php endif; ?>Posted 2 years ago # -
i do this but nothing happens
Posted 2 years ago # -
its ok!!! fixed!!! thanksssssssssssssssssssss
Posted 2 years ago # -
Glad that you solved the problem :)
Posted 2 years ago #
Reply
You must log in to post.














