Skip to content

Instantly share code, notes, and snippets.

@authentikHQ
Created October 29, 2018 13:43
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 authentikHQ/65539037197834a19d08dc530a5e303b to your computer and use it in GitHub Desktop.
Save authentikHQ/65539037197834a19d08dc530a5e303b to your computer and use it in GitHub Desktop.
Reposition primary navigation menu with the Genesis Framework
<?php
// Do NOT include the opening php tag.
// Reposition primary navigation menu.
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_before_header', 'genesis_do_nav' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment