<?php
$terms = get_the_terms( $post->ID , 'destination');
foreach ( $terms as $term ) {?>
<div class="c-card__location"><i class="fa fa-map-marker"></i> <?php echo $term->name;?></div>
<?php } ?>
No comments:
Post a Comment