Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created October 25, 2011 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billrobbins/1314240 to your computer and use it in GitHub Desktop.
Save billrobbins/1314240 to your computer and use it in GitHub Desktop.
Staff Posts Per Page
<?php $posts = query_posts( $query_string . '&orderby=menu_order&order=asc&posts_per_page=20' ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment