Viewing 1 replies (of 1 total)
  • Thread Starter fUzZy89

    (@fuzzy89)

    I found the solution ??

    For those who wonder about the same, here is what I did:

    <ul>
     <li <?php if ( is_home() ) {?>class="current_page_item"<?php } ?>><a href="<?php bloginfo('url'); ?>">Forside</a></li>
     <?php wp_list_pages('title_li=&depth=-1'); ?>
    </ul>

    To show wish is active:

    .current_page_item{
    	background: yellow;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Active menu, how to?’ is closed to new replies.