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