• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Home
  • About Techie She
  • Contact
  • Privacy Policy

Techie She

  • Blogging Stuff
  • Freebies & Deals
  • Tips & Tutorials
  • Blog Themes & Designs
  • Techie Matters
You are here: Home / Tips & Tutorials / How To Move the Nav Menu in Thesis Theme For Wordpress

How To Move the Nav Menu in Thesis Theme For WordPress

thesis theme navigation bar
When using the Thesis Theme for WordPress, the nav menu is above the header by default. If you want to move the nav menu to after the header portion, just place this code in custom_functions.php:

remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_after_header', 'thesis_nav_menu');

If you want to move the nav menu as a part of your header, here’s the code to insert in your custom_functions.php file:

remove_action('thesis_hook_before_header', 'thesis_nav_menu');
add_action('thesis_hook_header', 'thesis_nav_menu');

I would love to hear from you and will really appreciate your comments! Also, be sure to Subscribe to Techie She by Email to be updated of future posts.

Related posts:

movingHow to Move the Navigation Menu in StudioPress Default ThumbnailThesis Theme To Release Thesis 2.0 on October 1 Default ThumbnailFree Versus Premium WordPress Theme Magazine Pro from StudiopressSixteen Nine Theme to Magazine Pro Theme – Why Techie She Made the Shift?

Tips & Tutorials >>> thesis theme, tutorials

Primary Sidebar

The Latest from the Blog

power-transformer-electrical-workers

Innovative Trends in Transformer Technology

temperature sensor checking transformer

The Versatility of Temperature Sensors in Everyday Applications

black screen with active cursor

Black Screen With an Active Cursor After a Problematic Windows Update

seo-backlinks-analysis-content-ranking

The Art of Building Quality Backlinks for SEO

Topics Discussed

  • Blog Themes & Designs (41)
  • Blogging Stuff (53)
  • Business & Marketing (87)
  • Contests and Giveaways (71)
  • Features (68)
  • Freebies & Deals (45)
  • Techie Matters (187)
  • Tips & Tutorials (35)
  • Uncategorized (5)

Archives Link

Copyright © 2025 Techie She on the Brunch Pro Theme