OK so i have custom post types
and custom taxonomies
. I have a sub-menu that is made of the custom taxonomies.
Example:
registered taxonomy: Movies
and
terms: action, adventures, etc. (= menu items)
Problem:
Now I need to add a highlight-class to the terms when the currently displayed page is an archive of one of the terms.
I am almost looking to use my nav menu as a breadcrumb so to speak.