Hello,
I need a small help. I'm trying to display custom post taxonomy on the front-end in WordPress using this snippet:
<?php the_terms( $post->ID, 'origin', 'Origin: ', ', ', ' ' ); ?>
On the front-end, it shows up as Origin: *origin name*
Now, I want to add separate CSS classes to the...