true,
'number' => 6,
'orderby' => 'ID',
'order' => 'DESC',
] ); ?>
name) {
case 'category':
$class = 'carda__category b6';
$list = get_the_category_list(esc_html($separator), '', $post->ID);
$placeholder_text = __( '%s', 'aspace');
break;
case 'post_tag':
$class = '';
$list = '';
$placeholder_text = '';
break;
default:
$class = '';
$list = '';
$placeholder_text = sprintf(
__('%s:', 'aspace'),
$taxonomy->labels->name
); }
if (empty($list)) {
continue;
} ?>