Forums
(@nommin)
11 years, 9 months ago
Or otherwise…
<?php wp_get_object_terms( $post->ID, 'location' ); ?>
Perhaps… <?php get_the_terms( get_the_ID(), 'location' ); ?>
<?php get_the_terms( get_the_ID(), 'location' ); ?>