I would like to display just the first term from a custom post type custom taxonomy.
Inside my loop I’ve been displaying all the terms using:
<?php echo get_the_term_list( $post->ID, 'traits', 'Physical Traits:', ''); ?>
but I would like to only display the first term.
Thanks!
A little bit more involved but: