Skip to content

Instantly share code, notes, and snippets.

@psteinweber
Last active January 3, 2016 18:29
Show Gist options
  • Save psteinweber/8502687 to your computer and use it in GitHub Desktop.
Save psteinweber/8502687 to your computer and use it in GitHub Desktop.
#wordpress #thesis move nav below header
/* ==========================================================================
Move nav below header
========================================================================== */
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_after_header', 'thesis_nav_menu');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment