refining query loop

This commit is contained in:
Antoine M 2024-07-01 15:43:59 +02:00
parent e01315b972
commit 117aab7ef0

View File

@ -1,5 +1,7 @@
<?php get_header(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="homegrade-page-container homegrade-page--parcours">
<?php
@ -12,5 +14,8 @@
}
?>
</div>
<?php endwhile; ?>
<?php endif; ?>
<?php get_footer();