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