This commit is contained in:
Philip Arthur Moore 2013-11-14 19:49:50 +07:00
parent aa0879e054
commit 6264437ff9
7 changed files with 27 additions and 14 deletions

View file

@ -18,8 +18,9 @@ get_header(); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || '0' != get_comments_number() )
if ( comments_open() || '0' != get_comments_number() ) {
comments_template();
}
?>
<?php endwhile; // end of the loop. ?>