show posts from specific month
-
Hello,
i have the folowing code
<?php query_posts('category_name=calendar&showposts=5'); ?> <?php while (have_posts()) : the_post(); ?> <li><a href="<?php the_permalink(); ?>"> <?php the_title(); ?> </a> </li> <?php endwhile; ?>
i want to show posts from the current month – what code do i need to add to the above ??
i also have the same code but i need to show posts from the past month(s)….
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘show posts from specific month’ is closed to new replies.