Skip to content

Instantly share code, notes, and snippets.

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