Advertisement
robinbutton

code in header.php

Jan 22nd, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <!-- Primary Mobile -->
  2. <nav id="primary-mobile" class="main-navigation" role="navigation">
  3. <h3 class="menu-toggle"><?php _e( 'Primary Mobile', 'twentytwelve' ); ?></h3>
  4. <div class="skip-link assistive-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a></div>
  5. <?php wp_nav_menu( array( 'theme_location' => 'secondary', 'primary-mobile' => 'nav-menu', 'fallback_cb' => false ) ); ?>
  6. </nav><!-- #primary-mobile -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement