mikedev, I’m glad that worked for you. My problem (and I think also some of the others above) is that we’re using tags in navigation lists like categories. Below is how I list some categories and the li automatically gets the “current-cat” class, when on that category page and it allows me to style differently – works great.
I’d like to wrap a call listing tags in the same way but it doesn’t pull the “current-cat” class (since it’s a tag), so never styles as it should when on that tag page. We’d just like to know how to have a similar conditional class put on the current tag, so we could have it ‘current’ style like the categories do.
Thanks for sharing, though. Much appreciated. Someone will figure this out sooner or later. I’d even consider editing the core classes file, if I knew how to modify.
<li class="cat-group">SomeHeadingName</li>
<ul class="cat-list">
<?php [call specific tags here] ?>
</ul>
</li>