Comment form is being displayed even when comments are closed.
Form should be displayed only when comment-status is open.What are the changes that should be done in the code of comments.php ?
Comment form is being displayed even when comments are closed.
Form should be displayed only when comment-status is open.What are the changes that should be done in the code of comments.php ?
<?php if ( comments_open() ) : ?>
<!-- If comments are open, but there are no comments. -->
<?php else : // comments are closed ?>
<!-- If comments are closed. -->
<p class="nocomments">Comments are closed.</p>ok.thanq
Comments are being closed on my site but "comments are closed" notification is not being displayed. What should I do?
You must log in to post.