Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active January 3, 2020 16:18
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 braddalton/1240ce0478ca589633f2ea28f846defc to your computer and use it in GitHub Desktop.
Save braddalton/1240ce0478ca589633f2ea28f846defc to your computer and use it in GitHub Desktop.
Step 4 Mega Menu PHP function https://wp.me/p1lTu0-iOW/#step-4
add_action( 'genesis_after_header', 'mega_menu', 25 );
function mega_menu() {
wp_nav_menu( array( 'theme_location' => 'max_mega_menu_1' ) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment