Skip to content

Instantly share code, notes, and snippets.

@adambradford
Created March 21, 2018 16:26
Show Gist options
  • Save adambradford/dd05dcae2e7280031552922cf7bb86e2 to your computer and use it in GitHub Desktop.
Save adambradford/dd05dcae2e7280031552922cf7bb86e2 to your computer and use it in GitHub Desktop.
Reposition the primary navigation menu in WordPress site built with Genesis framework
<?php
//* Add this to your functions.php file. Do NOT include the opening php tag
//* Reposition the primary navigation menu
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_header', 'genesis_do_nav', 12 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment