Hi all, I can do this when the category is part of the url but when I’m on a single entry page I’m stumped!
This is what I use on a category page (when the category is present in the nav)...
<li{if "{category_url_title}" == "{segment_3}"} class="current"{/if}><a href="#}">{category_name}</a></li>Many thanks
Mikee