Forums
(@nommin)
13 years, 2 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' ); ?>