The following is the tutorial on How To Move Main Navigation Below Header, basically the process is telling Thesis theme to remove thesis nave menu hook before header and place it right after the header and it can be done very easy by adding additional codes inside your custom_functions.php but first off find this line:
// Delete this line, including the dashes to the left, and add your hooks in its place.
Then delete the above line inside your custom_functions.php and place these codes in the same place of the deleted line:
//Move nav below header
remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_after_header', 'thesis_nav_menu');
And finish! Now your Main Navigation Menu, such as Home, About, Etc will appear right below the header!
Just for your information: previously I wrote about How To Display Ads Below The Title After The Post In Thesis Single Post in case you need a tutorial on how to do that
.
Or if you prefer to follow video tutorial to this hack and make sure nothing is wrong? Then you can watch the video which explains the same guide, in fact I got this tutorial from this video, thus have a nice watch!
Video Tutorial: How To Move Main Navigation Below Header
By the way has your current blog used Thesis? It has not?!! Well may be it’s time to adorn and dress your lovely blog with Thesis theme, you can purchase Thesis using my affiliate link and thank you
.
I will further post about Thesis tutorial and hack in the future, thus stay tuned, and don’t forget to subscribe to my blog. See you in the next post in SEO blog.
Related posts:



{ 2 comments }
That will certainly make the main nav standout more – I always prefer to see the main navigation in this location.
Thank you for this. I kept trying it wrong within customfunctions.php. I tried for an hour to realize I was missing an underscore. Works perfect now
Comments on this entry are closed.