Hi there,
is anywhere the option to order the Speakers alphabetically? Or do I only have the option to control this by setting different dates?
Many thanks!
Cheers Marcel
$args = array( 'post_type' => $tmp['name'], 'posts_per_page' => 100 );
$args = array( 'post_type' => $tmp['name'], 'posts_per_page' => 100 , 'orderby' => 'title', 'order' => 'ASC');