Created
October 11, 2011 19:23
-
-
Save zachbrowne/1279123 to your computer and use it in GitHub Desktop.
WordPress Thesis Framework custom_function.php file snippets.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Move menu 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
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.