fixing comments template

This commit is contained in:
Holger Könemann 2015-08-12 13:13:28 +02:00
parent aff32c4755
commit e5c9dc88d0
1 changed files with 3 additions and 2 deletions

View File

@ -20,12 +20,13 @@ get_header(); ?>
<?php understrap_post_nav(); ?> <?php understrap_post_nav(); ?>
/** */<?php <?php
// If comments are open or we have at least one comment, load up the comment template // If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || get_comments_number() ) : if ( comments_open() || get_comments_number() ) :
comments_template(); comments_template();
endif; endif;
?>**/ ?>
<?php endwhile; // end of the loop. ?> <?php endwhile; // end of the loop. ?>
</main><!-- #main --> </main><!-- #main -->