$args1 = array( ‘post_type’ => ‘tribe_events’, ‘posts_per_page’ => -1, ‘orderby’ => ‘title’, ‘order’ => ‘ASC’); query_posts( $args1 ); while ( have_posts() ) : the_post(); the_title(); endwhile;