Skip to content

Instantly share code, notes, and snippets.

@MaruscaGabriel
Created February 2, 2015 11:45
Show Gist options
  • Save MaruscaGabriel/6ee43d0489da17c00ded to your computer and use it in GitHub Desktop.
Save MaruscaGabriel/6ee43d0489da17c00ded to your computer and use it in GitHub Desktop.
Reposition the secondary navigation menu above footer widget in Genesis
<?php
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
add_action( 'genesis_before_footer', 'genesis_do_subnav', 5 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment