refining query loop
This commit is contained in:
parent
e01315b972
commit
117aab7ef0
|
|
@ -1,6 +1,8 @@
|
|||
<?php get_header(); ?>
|
||||
|
||||
<div class="homegrade-page-container homegrade-page--parcours">
|
||||
|
||||
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
|
||||
<div class="homegrade-page-container homegrade-page--parcours">
|
||||
|
||||
<?php
|
||||
|
||||
|
|
@ -11,6 +13,9 @@
|
|||
get_template_part('single-parcours-child');
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php endwhile; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
<?php get_footer();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user