Skip to content

Instantly share code, notes, and snippets.

@verteb
Created November 21, 2012 15:43
Show Gist options
  • Select an option

  • Save verteb/4125533 to your computer and use it in GitHub Desktop.

Select an option

Save verteb/4125533 to your computer and use it in GitHub Desktop.
Wordpress : Update Query
global $query_string;
query_posts( $query_string . '&order=ASC&posts_per_page=-1' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment