"Comments are closed"
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘"Comments are closed"’ is closed to new replies.