true, ] ); ?>
name) { case 'category': $class = 'category-links term-links'; $list = ''; $placeholder_text = ''; break; case 'post_tag': $class = 'btn btn-primary tag-links term-links'; $list = get_the_tag_list('', esc_html($separator), '', $post->ID); $placeholder_text = __( '%s', 'aspace'); break; default: $class = str_replace('_', '-', $taxonomy->name) . ''; $list = get_the_tag_list($post->ID, $taxonomy->name, '', esc_html($separator), ''); } if (empty($list)) { continue; } ?>