• Hi there! I’m trying to highlight my menu but I have a problem when I’m in a single post. If i go to (exampel) “Movie” -category then it works and gets highlighted but when I’m in a single post in “Movie” then my link doesn’t get highlighted. Here’s my code:

    <li<?php
    if (is_category('movie') || in_category('3') && !is_single())
    {
    echo " id=\"current\"";
    }?>>
    <a href="<?php bloginfo('url') ?>/show/movie">Movie</a>

    What’s wrong with this? Have patience with my English, I’m Swedish ??

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Highlight problems with single post’ is closed to new replies.