{# contains informations on the terms for that post for a particular taxonomy. Here we assume we are using the "terms_genre" for example for a movie custom post type. #} {% if post %} {% if post.terms_genre is defined %}

Genre

{% for genre in posts.terms_genre %} {% endfor %} {% endif %} {% endif %}