Skip to content

Instantly share code, notes, and snippets.

@version-control
Created January 29, 2018 15:49
Show Gist options
  • Save version-control/b328bc62e4c32cb90961a22e130711ee to your computer and use it in GitHub Desktop.
Save version-control/b328bc62e4c32cb90961a22e130711ee to your computer and use it in GitHub Desktop.
<nav id="site-navigation" class="main-navigation">
<button class="menu-toggle" aria-controls="primary-menu" aria-expanded="false"><?php esc_html_e( 'Primary Menu', 'feel-the-energy' ); ?></button>
<?php
wp_nav_menu( array(
'theme_location' => 'menu-1',
'menu_id' => 'primary-menu',
) );
?>
</nav><!-- #site-navigation -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment