fixinf infinite loop

This commit is contained in:
Antoine M 2024-07-02 16:09:52 +02:00
parent be96b7f45d
commit e86d6b4c19

View File

@ -1,8 +1,8 @@
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<article class="container my-8 mx-auto entry-content single-editor-content <?php echo $thematiqueColorSlug ? "entry-content--" . $thematiqueColorSlug : "" ?>">
<?php
<?php the_content() ?>
</article>
<?php endwhile; ?>
<?php endif; ?>
?>
<article class="container my-8 mx-auto entry-content single-editor-content <?php echo $thematiqueColorSlug ? "entry-content--" . $thematiqueColorSlug : "" ?>">
<?php the_content() ?>
</article>