$terms = get_terms(['taxonomy' => 'case_cat', 'hide_empty' => false]); foreach ($terms as $term) { echo ''; }