I have Googled this but cannot find an answer.
I have created a custom taxonomy for posts.
I want to list the taxonomy assigned to a post on the single post page. For example when i want to list a posts Tags or Categories I would do this:
<?php the_tags('Tags: ', ', ', '<br />'); ?>
<?php the_category(', ') ?>
How can I list a custom taxonomy on a single post page?
or
should do the trick.