I would like to put my posts that are from my previous pages on the 'previous posts' menu.
I have this code:
post_date_gmt < '$today' ORDER BY post_date DESC LIMIT 5"))
this shows the recent 5 posts.
So how do I change the code so that i can get posts from my previous page??
Thanks..