simplification on single
This commit is contained in:
parent
9095d26538
commit
a8326107a1
|
|
@ -11,13 +11,6 @@
|
|||
|
||||
<?php get_template_part('template-parts/content', 'single'); ?>
|
||||
|
||||
<?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; ?>
|
||||
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user