• Skip to primary navigation
  • Skip to main content
  • Skip to footer

TECHXT

simple extendable solutions

  • Home
  • WordPress Tutorial
  • SEO
  • How to
  • Forum
  • Knowledge Base
    • Domain Name Generator
    • My Tech Projects
    • News
    • Security
  • About
  • Search
Home › Wordpress Tutorial › How move menu below header image in Thesis theme for Wordpress
Wordpress Tutorial

How move menu below header image in Thesis theme for WordPress

By Sudipto

0

This is a simple tutorial to move the Thesis menu below the Header image. This tutorial is applicable only for users of Thesis theme on their WordPress powered site.

Note: We assume that you have atleast a slight knowledge of PHP. Incorrectly editing custom_functions.php can make your site go down so please be extra careful while doing so.

Add the below code in custom_functions.php (Thesis > Custom File Editor > Select custom_functions.php from the drop down and click Edit selected file)

<?php // PHP opening tag. Add if not already added 

//Function that calls the Thesis nav menu 
function my_nav_menu() { thesis_nav_menu(); } 

//Remove display of Thesis nav menu before header 
remove_action('thesis_hook_before_header', 'thesis_nav_menu'); 

//add our nav menu function to display below header 
add_action('thesis_hook_after_header', 'my_nav_menu'); 

//PHP closing tag. Add if not already added 
?>

Explanation of the code

The above code removes the default hook to display and Nav menu before header image and adds a hook to display the nav menu below the header.

Update: Check out this Ultimate Thesis Options Plugin. This will help you customize your Thesis Theme too easily. Like centering menu, Right Align menu, adding a second menu, adding Footer widget areas and many more options.

I am the founder and developer at TECHXT. Over the decade I have helped hundreds build their own site. All plugins I develop are made have a common goal: Make it as simple as possible and as easy to use as possible.
Sudipto
View all posts by Sudipto
Sudipto's Website / Google+

Do you like this article?

Theme customization Thesis

About Sudipto

I am the founder and developer at TECHXT. Over the decade I have helped hundreds build their own site. All plugins I develop are made have a common goal: Make it as simple as possible and as easy to use as possible.

Follow me

Footer

Subscribe by email

FOLLOW US :

Tools & Apps

  • Domain Names Generator
  • Our Wordpress Plugins
  • HTML Code Table

TechXT Network

  • www.seecoupons.com – Just another Deals & Coupons site
  • pincodes.techxt.com – A search engine for Indian Pincode.
  • stdcode.techxt.com – A search engine for Indian STD Codes
  • mobileinfo.techxt.com – A search engine for Indian Mobile Codes
  • bankifsccode.techxt.com – A search engine for Indian Bank IFSC Codes.

Info

  • Contact us
  • Privacy Policy

  •   simple extendable solutions

© Copyright 2025 TECHXT.COM

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.