<?php $terms = get_the_terms( $post->ID, 'car-model' ); foreach( $terms as $term ) { echo $term->name; }?>
ACF Display custom taxonomy
by keng
1 ปี ago
109 Views
0 Comments

<?php $terms = get_the_terms( $post->ID, 'car-model' ); foreach( $terms as $term ) { echo $term->name; }?>