• Hi. I have navigation menu that include categories and pages. In menu i have link to portfolio category and to blog page. When I choose a portfolio category my blog page link highlighted too. I want to highlight only portfolio category without blog page. How to make it?
    Sorry for my English.Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Site url?

    Thread Starter Deniska

    (@deniska)

    Site is not online at this time. He is in a local machine.

    <ul class="menu">
         	   	    <?php if (is_page()) { $highlight = "page_item"; } ?>
         	   	    <li class="<?php echo $highlight; ?>"><a href="<?php echo get_option('home'); ?>" title="Home">Home</a></li>
         	   	    <?php wp_list_categories('include=4&title_li=&hide_empty=0&current_category=0&orderby=ID&use_desc_for_title=1'); ?>
         	   	    <?php wp_list_pages('title_li=&exclude='); ?>
    </ul>

    I hope this help to understand.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Highlight category not page’ is closed to new replies.