/** * Template Name: Jury * */ get_header(); query_posts( array( 'post_type' => 'jury', 'posts_per_page' => -1, 'orderby' => 'menu_order', 'order' => 'ASC' ) ); ?>