• Generated theme with Artisteer 2.2
    Powered by WordPress 2.8.2

    When WordPress archive/categories content is requested and displayed: On the top menu, the active page tab is no longer highlighted and users no longer see where they are in the top menu.

    Any suggestions on how to resolve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is what I use in my theme for that. Not sure it will work on yours but you can try it:

    <li<?php if(!is_category() && !is_page() && !is_single()) { ?> class="current-cat"<?php } ?>></li>

    Also put this in your stylesheet and style to your liking:

    .current-cat {
            background #f00;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Active menu page tab not highlighted’ is closed to new replies.