Skip to content

Instantly share code, notes, and snippets.

@jamiemarsland
Created February 18, 2015 06:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiemarsland/b0a4511aaaef67876ee6 to your computer and use it in GitHub Desktop.
Save jamiemarsland/b0a4511aaaef67876ee6 to your computer and use it in GitHub Desktop.
Rename Navigation in mobile menu for Storefront
function storefront_primary_navigation() {
?>
<nav id="site-navigation" class="main-navigation" role="navigation">
<button class="menu-toggle"><?php _e( 'Primary Menu', 'storefront' ); ?></button>
<?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?>
</nav><!-- #site-navigation -->
<?php
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment