I want to display a list of posts from a specific year.
so for example all posts from 2006 would be displayed.
how do i do this?
thanks
I want to display a list of posts from a specific year.
so for example all posts from 2006 would be displayed.
how do i do this?
thanks
is it even possible?
What you want to do is something like this. replace 2004 with whatever year.
<?php query_posts('year=2004') ; //gets post from year ?>
then your loop
thanks ill give that a try.
that only bloody works.
thanks very much.
This topic has been closed to new replies.