Skip to content

Instantly share code, notes, and snippets.

@zachbrowne
Created October 11, 2011 19:23
Show Gist options
  • Save zachbrowne/1279123 to your computer and use it in GitHub Desktop.
Save zachbrowne/1279123 to your computer and use it in GitHub Desktop.
WordPress Thesis Framework custom_function.php file snippets.
# Move menu below header
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_after_header', 'thesis_nav_menu');
#
@zachbrowne
Copy link
Author

No problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment