Forums

Query post for a specific month (1 post)

  1. hotcactuspepper
    Member
    Posted 4 years ago #

    I am trying to modify the theme I am using and for some reason the following code doesn't work, I don't know why.

    <?php $qstr='showposts=5&monthnum=' . the_date('m')  .'&year=' . the_date('Y'); ?>
    $posts = query_posts($qstr);

    I expect it to give me 5 posts from month/year of the archive page I am on. But I only get the 5 newest posts.

    There probably is an easier way to do this, please tell me about it.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags