Hi there,
I created a 'movie' custom post type for my site and I registered a custom taxonomy called 'genre' and created a taxonomy template to show all movies in a particular genre (taxonomy-genre.php). My question is, how can I show the name of the genre in the template? Is there a the_taxonomy() function or similar I can use?
Thanks in advance