Thesis WordPress Theme one of the most popular and widely used WordPress Theme. It is because Thesis WordPress Theme comes with in-built SEO options which allows you to cut down all SEO plugins from wp-plugins directory. If you have not get your copy of Thesis WordPress Theme, then get it right now:
Sign-Up Link for Thesis WordPress Theme
Already, I have covered many tutorials on Thesis WordPress Theme from installation to adding Google AdSense and in this post I’m sharing a quick guide which allows you to show default navigation menu after header.
Step1: Login into wp-admin panel, go to “Thesis” tab and click on “Custom File Editor” as shown below:
Step2: When you click on “Custom File Editor” (in step1), select “custom_functions.php” file from drop down and click on “Edit selected file” as shown below:
Step3: When you click on “Edit selected file”, a new window opens as shown below:
Step4: Copy this code:
remove_action(‘thesis_hook_before_header’, ‘thesis_nav_menu’);
add_action(‘thesis_hook_after_header’, ‘thesis_nav_menu’);
Step5: Now you have to copy above code and paste it in “custom_functions.php” file. After pasting this code, click on “Big Ass Save Button” as shown below:
Step6: Congratulations, you have successfully added navigation menu after header.
If you have any query let me know via comments and if you have not get your copy of Thesis WordPress Theme, then get it right now:
Sign-Up Link for Thesis WordPress Theme
Like this post? If yes, then share this post with your friends and do not forget to follow WebGuide4U on Twitter for more Thesis Tutorials
Mirza Md Hasan says
I have paste this code just as u told…….but its not working……..what should I do?