• In my worpdress site, I’m modifying my header.php.

    I want to print my navbar using wp_nav_menu(), however, I’m running into an odd issuer.

    The following:

    wp_nav_menu( array( 'menu_class'=>'myMenu' ) );

    will produce:

    <div class="nav navbar-nav navbar-right"><ul>

    Any know what could be causing this?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘np_nav_menu function’ is closed to new replies.