Today I am sharing just another easy Thesis Heck and one of the most demanding and the most used thing in Thesis. Most of the users want their Navigation Bar below the Header but some love it above the Header and some love it on side
So here I am going to tell you about a 3 line code which as simple as you can not expect it =)
The Screen Shot before
Go to Your WordPress Admin Panel ( Dashboard)
Jump into Thesis Options then in Custom File Editor
Select the custom_function.php
Paste this Code there and don’t forget to save it
/*move the nav bar below the header*/
remove_action(’thesis_hook_before_header’, ‘thesis_nav_menu’);
add_action(’thesis_hook_after_header’, ‘thesis_nav_menu’);
After You are done with the Code your Navigation Bar would be like this
So Do you Like this? If you wanna play more with your Thesis then stay tuned
i agree with you that Navigation bar is most important and frequent tool used in thesis.. nice informative post. thanks for sharing this information with us
I agree completely.