jeudi 1 janvier 2015

Loop through all posts in a certain year


I would like to loop through all posts within a certain year. Pretty simple setup:



<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
// doing content stuff here
<?php endwhile; ?>
<?php endif; ?>


How can I limit this for all posts for the year of X?


Thanks for the help!





Aucun commentaire:

Enregistrer un commentaire