true,
]
); ?>
name) {
case 'category':
$class = '';
$list = '';
$placeholder_text = '';
break;
case 'post_tag':
$class = '';
$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;
} ?>