Forums

[resolved] Do not display comment form if comments are closed (4 posts)

  1. sahaara
    Member
    Posted 2 months ago #

    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 ?

  2. ryans149
    Member
    Posted 2 months ago #

    <?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>
  3. sahaara
    Member
    Posted 2 months ago #

    ok.thanq

  4. Gouri
    Member
    Posted 3 weeks ago #

    Comments are being closed on my site but "comments are closed" notification is not being displayed. What should I do?

Reply

You must log in to post.

About this Topic