Skip to content

Instantly share code, notes, and snippets.

@bradpotter
Created July 26, 2014 00:44
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 bradpotter/54c3edef032724f97dd5 to your computer and use it in GitHub Desktop.
Save bradpotter/54c3edef032724f97dd5 to your computer and use it in GitHub Desktop.
if ( get_theme_mod( 'primary_menu_location' ) == 'before-header' ) {
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_before_header', 'genesis_do_nav', 10 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment