$mall = wp_get_post_terms(get_the_ID(), 'bv_mall'); if (!empty($mall)) { echo '
Mall: ' . esc_html($mall[0]->name) . '
'; }

Shop

Items coming soon…