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