Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created December 23, 2011 20:15
Show Gist options
  • Save billrobbins/1515252 to your computer and use it in GitHub Desktop.
Save billrobbins/1515252 to your computer and use it in GitHub Desktop.
Order of Sponsors
<?php $loop = new WP_Query( array( 'post_type' => 'sponsor', 'posts_per_page' => 50, 'orderby'=>'menu_order', 'order'=>'ASC' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment