refining query loop
This commit is contained in:
parent
e01315b972
commit
117aab7ef0
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user