Skip to content

Instantly share code, notes, and snippets.

@freezvd
Forked from jamiemitchell/functions.php
Last active August 29, 2015 14:06
Show Gist options
  • Save freezvd/9c6bb8f4a541c2bfe806 to your computer and use it in GitHub Desktop.
Save freezvd/9c6bb8f4a541c2bfe806 to your computer and use it in GitHub Desktop.
<?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