<div class="group-training">
<?php while ( $page_loop->have_posts() ) : $page_loop->the_post(); ?>
<div class="entry">
<h1><?php the_title(); ?></h1>
</div>
<?php endwhile; ?>
<?php
$page_args = array( \'page_id\' => 86 );
$page_loop = new WP_Query ( $page_args );
?>
<div class="lordag">
<?php while ( $page_loop->have_posts() ) : $page_loop->the_post(); ?>
<div class="entry">
<h1><?php the_title(); ?></h1>
</div>
<?php endwhile; ?>
</div>
<?php
$page_args = array ( \'page_id\' => 88 );
$page_loop = new WP_Query ( $page_args );
?>
<div class="sondag">
<?php while ( $page_loop->have_posts() ) : $page_loop->the_post(); ?>
<div class="entry">
<h1><?php the_title(); ?></h1>
</div>
<?php endwhile; ?>
</div>
</div>