'publish' , 'orderby' => 'name' , 'order' => 'ASC' , 'hide_empty' => true, ); // Load Map Categories into an Array $map_cats = get_terms ( 'asd_map_category' , $map_cat_args ); // Get a list of array keys $cat_count = array_keys ( $map_cats ); // Get the first key number to use as the Map Place index $cat_index = ( array_shift ( array_values ( $cat_count ) ) ); ?>