• Hello
    How can I give my active link/page a unique CSS class?
    I use this code for show menu:
    <div id=”main-header”>
    <div id=”menu-top”>
    <?php wp_nav_menu( array( ‘theme_location’ => ‘blog-menu’ )); ?>
    </div>
    </div>

    Thanks

    [bump moderated]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Declare CSS class to active link/page – HOW?’ is closed to new replies.