badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

astrid

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: move menu above header #22664
    astrid
    Participant

    Thanks. Is this the code I shall move:

    <?php
    if ( has_nav_menu( ‘primary’ ) ) {
    $args = array(
    ‘theme_location’ => ‘primary’,
    ‘container’ => ”,
    ‘items_wrap’ => ‘<ul class=”root”>%3$s’
    );
    echo ‘<nav id=”access” class=”clearfix”>’;
    wp_nav_menu( $args );
    echo ‘</nav><!– #access –>’;
    }
    else {
    echo ‘<nav id=”access” class=”clearfix”>’;
    wp_page_menu( array( ‘menu_class’ => ‘root’ ) );
    echo ‘</nav><!– #access –>’;
    }
    ?>

Viewing 1 post (of 1 total)