simplification on single

This commit is contained in:
Antoine M 2024-02-13 19:15:34 +01:00
parent 9095d26538
commit a8326107a1

View File

@ -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; ?>