Skip to content

Instantly share code, notes, and snippets.

@billrobbins
Created February 24, 2012 22:39
Show Gist options
  • Select an option

  • Save billrobbins/1904265 to your computer and use it in GitHub Desktop.

Select an option

Save billrobbins/1904265 to your computer and use it in GitHub Desktop.
Unlimited Slides
<?php $loop = new WP_Query( array( 'post_type' => 'slide', 'posts_per_page' => '-1', 'orderby'=>'menu_order', 'order'=>'ASC' ) ); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment