• I did allow comments in settings>discussion but they are still closed… why??

    Here is the snippet from my comments.php file in my theme

    <?php if ( have_comments() ) : ?>
    <div class=”comments”>
    <?php wp_list_comments($args); ?>
    </div>
    <?php else : ?>
    <?php if ( comments_open() ) : ?>
    <?php else : // closed ?>
    Comments are closed
    <?php endif; ?>
    <?php endif; ?>
    <?php if ( comments_open() ) : ?>

Viewing 1 replies (of 1 total)
  • Have you tried go to “Posts” and checked the box next to the title and in the dropdown “Buld Actions” choose Edit and then apply, Comments and in the dropdown “Allow”.

    And also have added the screen in the post edit area on the tab in the header called “Screen Options” and checked the field called: Discussion?

    And in settings->Discussion have you enabled “Allow people to post comments on new articles”?

Viewing 1 replies (of 1 total)
  • The topic ‘"Comments are closed"’ is closed to new replies.