Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created November 4, 2015 02:27
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 reasonstousegenesis/e27c267e28bc7cfbaf0e to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/e27c267e28bc7cfbaf0e to your computer and use it in GitHub Desktop.
Add the primary nav to the site header with Genesis
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Add the primary nav to the site header with Genesis
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/site-header/
*/
add_action( 'genesis_header', 'genesis_do_nav' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment