$nieuws = new WP_Query(array(
'post_type' => 'post',
'showposts' => -1,
'orderby' => 'date',
'order' => 'DESC',
));
?>
if ($nieuws->have_posts()): ?>
while ($nieuws->have_posts()): ?>
$nieuws->the_post(); ?>
22-06-2013 |
the_title(); ?> |
endwhile; ?>
endif; ?>
include('partials/share.php'); ?>
include('partials/boarding.php'); ?>