fixinf infinite loop
This commit is contained in:
parent
be96b7f45d
commit
e86d6b4c19
|
|
@ -1,8 +1,8 @@
|
||||||
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
|
<?php
|
||||||
<article class="container my-8 mx-auto entry-content single-editor-content <?php echo $thematiqueColorSlug ? "entry-content--" . $thematiqueColorSlug : "" ?>">
|
|
||||||
|
|
||||||
|
|
||||||
<?php the_content() ?>
|
?>
|
||||||
</article>
|
|
||||||
<?php endwhile; ?>
|
<article class="container my-8 mx-auto entry-content single-editor-content <?php echo $thematiqueColorSlug ? "entry-content--" . $thematiqueColorSlug : "" ?>">
|
||||||
<?php endif; ?>
|
<?php the_content() ?>
|
||||||
|
</article>
|
||||||
Loading…
Reference in New Issue
Block a user