Blog

/* Show more posts in the archives */
function archive_posts() {
global $query_string;
if (is_archive())
query_posts($query_string . '&showposts=1000');
}

Leave a Reply

Your email address will not be published. Required fields are marked *