Random query_posts
-
I have a question regarding query_posts.
This is what I currently have:
<?php query_posts(array('orderby' => 'rand', 'showposts' => 21)); ?>
How do I get it so it shows 21 posts from the last month, not of all time?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Random query_posts’ is closed to new replies.