<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>
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||||||||||
|
|
I use this maybe helpfull
|
|||
|
|