Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Created March 2, 2014 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jamiemitchell/9302850 to your computer and use it in GitHub Desktop.
Save jamiemitchell/9302850 to your computer and use it in GitHub Desktop.
Move primary nav, you may need to change the number '15' to suit your needs.
<?php
//* Reposition the primary navigation menu
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_after_header', 'genesis_do_nav', 15 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment