Guest User

Untitled

a guest
May 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <nav id="main-menu">
  2. <div class="wrap-slider">
  3. <ul class="menu vertical medium-horizontal" data-auto-height="true" data-responsive-menu="dropdown medium-dropdown">
  4. <?php wp_nav_menu( array(
  5. 'container' => '',
  6. 'menu' => 'main-menu',
  7. 'theme_location' => 'main-menu',
  8. 'items_wrap' => '%3$s'
  9. )
  10. ); ?>
  11. </ul>
  12. </div>
  13. </nav>
Add Comment
Please, Sign In to add comment