Display Last x Posts in Ascending Order?
-
I’m trying to display the last 20 posts on a particular page and <?php query_posts(‘cat=3&posts_per_page=20’); ?> does this. But how can I display them in reverse order, so the oldest is at the bottom?
If I use <?php query_posts(‘cat=3&posts_per_page=20&order=ASC’); ?> this reverses the order but displays the first 20 posts, not the most recent 20.
Help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display Last x Posts in Ascending Order?’ is closed to new replies.