2021: rm comments-are-disabled
This commit is contained in:
parent
a231a3c8c1
commit
0b11777948
|
@ -3,7 +3,6 @@
|
||||||
<div class="col-left">
|
<div class="col-left">
|
||||||
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
|
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
|
||||||
<?php get_template_part( 'entry' ); ?>
|
<?php get_template_part( 'entry' ); ?>
|
||||||
<?php comments_template(); ?>
|
|
||||||
<?php endwhile; endif; ?>
|
<?php endwhile; endif; ?>
|
||||||
<?php get_template_part( 'nav', 'below' ); ?>
|
<?php get_template_part( 'nav', 'below' ); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue