'name', 'order' => 'ASC', 'hierarchical' => true, 'show_count' => true, ); $terms = get_terms( $taxonomy, $args ); $name = ( $name ) ? $name : $taxonomy; if ( $terms ) { printf( '' ); } } ?>