Skip to content

Instantly share code, notes, and snippets.

@zachbrowne
Created October 11, 2011 19:23
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 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');
#
@Sharondenning
Copy link

I don't really understand this site but THANK YOU for this snippet. Really just what I needed. The whole hook thing is way over my head and the tutorials are greek or geek. Thank You.

@zachbrowne
Copy link
Author

No problem.

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