Adding time of a month to the query_posts ?
-
<?php query_posts( 'category_name=av' ); if (have_posts()) : while (have_posts()) : the_post(); ?>
Seen above is my current used code, showing one category using the query. Now my question is, how can I display the posts of one month?
The alternate solution is to show the posts of the current month, but I want to go a little further. I want it to show the posts of the last 30 days, is this possible. If so, please tell me how! =]
Thanks in advance,
Flip
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding time of a month to the query_posts ?’ is closed to new replies.