Forums

[resolved] How can I get date archives to display on one page? (3 posts)

  1. onethousandseas
    Member
    Posted 2 years ago #

    I've been messing around with query_posts but no luck.

    I'd basically like to have all the date archives totally unpaginated, so pulling up "March" or "2009" or one specific day will pull up exactly that.

    I've tried putting

    query_posts('showposts=-1');

    into date.php but for some reason it shows every single post ever made. Is there a way to limit it to the time periods that have been requested?

    Thanks.

  2. MichaelH
    Volunteer
    Posted 2 years ago #

    Try

    query_posts($query_string . '&showposts=-1');

  3. onethousandseas
    Member
    Posted 2 years ago #

    Thank you so much!

Topic Closed

This topic has been closed to new replies.

About this Topic