Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save celticwebdesign/7b85b6f5909d91a20292f93401545b44 to your computer and use it in GitHub Desktop.
Save celticwebdesign/7b85b6f5909d91a20292f93401545b44 to your computer and use it in GitHub Desktop.
query_posts( $query_string . '&posts_per_page=-1' );
if (have_posts()): while (have_posts()) : the_post(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment