How To Move Thesis Theme Navigation Bar Below Header

by admin on November 16, 2009

This post is mainly a quick-reference for myself, but many people have the same question: How do I move the Thesis Theme navigator bar below the header on my wordpress site?

In your custom_functions.php file (which is even easier to update in Thesis 1.6) add the following lines of code:

/*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');

Voila! That’s all there is to it.

Related posts:

  1. Remove Thesis Attribution Link from Blog Footer

Leave a Comment

Previous post:

Next post: