Thread Starter
urbank
(@urbank)
In case it’s helpful to others, I managed to accomplish what I was wanting by adding this to the kbe single post template (following you advice suggestion on another ticket):
<?php the_terms( $post->ID, ‘kbe_tags’, ‘<p>tags: ‘, ‘, ‘, ‘</p>’ ); ?>
Exactly what I needed. Thanks for a great plugin!