Forum Replies Created

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

    (@oneyonsei2015)

    +
    located my header-menu-2 in header.php by
    <?php wp_nav_menu( array( ‘theme_location’ => ‘header-menu-2’ ) ); ?>
    on top of
    <div class=”btn-menu”></div>
    <nav id=”mainnav” class=”mainnav” role=”navigation”>
    <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ‘fallback_cb’ => ‘sydney_menu_fallback’ ) ); ?>
    </nav><!– #site-navigation –>
    </div>

Viewing 1 replies (of 1 total)