true, ), 'objects' ); $tax_title = ''; if ( in_array( $wp->request, array_keys( $taxonomies ) ) ) { $a_taxonomy = $taxonomies[$wp->request]; $tax_title = $a_taxonomy->label; } ?>
>
>
>

>

' . esc_html( $a_taxonomy->description ) . '

'; echo '
    '; wp_list_categories( array( 'taxonomy' => $a_taxonomy->name, 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', ) ); echo '
'; } else { echo '

'; esc_html_e( 'It looks like nothing was found at this location. Maybe try one of the links below or a search.', 'twenty8teen' ); echo '

'; get_search_form(); $have_output = false; foreach ( $taxonomies as $a_taxonomy ) { $out = wp_list_categories( array( 'taxonomy' => $a_taxonomy->name, 'orderby' => 'count', 'order' => 'DESC', 'show_count' => 1, 'title_li' => '', 'show_option_none' => '', 'number' => 15, 'echo' => 0, ) ); if ( $out ) { $have_output = true; ?>

label ); ?>