<?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 } ?>
Subscribe to:
Post Comments (Atom)
Featured Post
Make money online
https://www.wpbeginner.com/beginners-guide/make-money-online/?fbclid=IwAR0_9_5aHmbB4rDisaPevdnO4uAgo0N9heHgPu1TjerjurE5ilD2NyzeB2A
Popular Posts
-
function theme_name_excerpt($full_text, $letter_count = 50){ $full_text = trim($full_text); $full_text = strip_tags($full_text);...
No comments:
Post a Comment