Vraag: Code die om de content heen gezet moet worden
Code: <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php endwhile; endif; ?>