News
News
ALL
-
// タームがある場合のみ処理を行う
if (!empty($terms)) {
foreach ($terms as $term) {
// カレントクラスを設定
$term_class = (is_tax('new_en_cate', $term->slug)) ? 'active' : '';
// カスタムフィールドからカラーを取得
$term_color = get_field('color', 'new_en_cate_' . $term->term_id);
// リンクの出力
printf(
'
- %s ', esc_attr($term_class), esc_url(get_term_link($term->term_id, 'new_en_cate')), esc_html($term->name) ); } } ?>
Contact Us
For inquiries about our
products and business,
please feel free to contact us.