• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Create a custom menu location for WordPress

By Abhishek Ghosh March 7, 2011 5:19 pm Updated on March 7, 2011

Create a custom menu location for WordPress

Advertisement

Since WordPress 3.0, there has never been easier to create and edit navigation menus . This feature is nevertheless complicated to use if your theme does not support the location of menus.

 

In this tutorial, we will see how to define a site of custom navigation menu.

In other words, it will be possible to indicate directly from the module and Appearance menu, where it will be displayed by selecting one of the sites we have specified.

Advertisement

---

 

 

Step 1 – Modify the file functions.php

 

Note: Be careful not to duplicate this feature if your theme supports this functionality natively. Therefore made a preliminary search using the Find command of your browser.

 

As often, we need to edit the functions.php file in the folder / wp-content/themes/Your_Theme_name/functions.php accessible via an FTP client.

You can also go through the module and then Appearance Editor to Menu.

End of file, add the following lines of code:

 

 

<? Php
add_action (‘init’, ‘register_my_menus’);
register_my_menus function () {
register_nav_menus (
array (‘top-navigation’ => __ (‘Top’), ‘footer-menu’ => __ (‘Footer’))
);
}
?>

 

This snippet will create the effect of two locations for your theme and menu to initialize the function menu creations.

 

 

Step 2 – Changing Your WordPress Theme

 

Obviously, this technique presumes to have inserted into your theme, the function that will display the menu in question.

 

<? Wp_nav_menu php (array (‘theme_location’ => ‘Top’));?>

 

This command will then display the Top Menu you can create / modify from the WordPress admin. A generally insert into the header.php file.

 

Step 3 – Select the location of menus

 

Then return to Appearance then Menus. Note the appearance of a new box containing the parameters under locations. A drop down list you can then select the menu display:

 

 

Create a custom menu location for WordPress

 

You are now able to define the locations of navigation menus in your WordPress theme. Convenient, right?

Signature Tagged With theme menu location wordpress , change location of main menu in betheme wordpress , menu location wordpress , change menu location in wordpress , create menu location wordpress , change menu location wp , change menu location on mobile in wordpress , change location of menu wordpress , wordpress php create menu position , adding a new menu location to wordpress

This Article Has Been Shared 361 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Orthopaedic Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Create a custom menu location for WordPress

  • Create a custom login page in WordPress

    This tutorial will show you how to set up a custom login page in WordPress. No special knowledge required.

  • Show the ID of your articles in a new column

    This snippet allows you to add a new column in the overview page of your blog articles to show the ID of your articles.

  • KML Google Maps WordPress Plugins and Manual Ways to Insert

    KML Google Maps WordPress Plugins are easy way to integrate KML Google Maps in WordPress blog and also we have added the manual ways to Insert using PHP script.

  • How to Make a Blog Successful

    How to Make a Blog Successful depends on three variables – Plan, Execution of Plan and Energy to execute the plan. It is the plan that makes a Blog Successful.

  • RSS to PDF File : 4 Ways to Get RSS Converted to PDF

    RSS to PDF File is not a new concept. Many peoples wrote about to convert RSS Feed to PDF File before. But the problem is the services are not constant.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

You can subscribe to our Free Once a Day, Regular Newsletter by clicking the subscribe button below.

Click To Subscribe

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (20K Followers)
  • Twitter (4.9k Followers)
  • Facebook (5.8k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.2k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is Miniaturization? January 24, 2021
  • What is Domain-Driven Design (DDD)? January 23, 2021
  • Top 10 Anti Hacking Software for Microsoft Windows January 22, 2021
  • What is Software Modernization? January 21, 2021
  • Cloud Computing : Cybersecurity Tips for Small Business Owners January 20, 2021

 

About This Article

Cite this article as: Abhishek Ghosh, "Create a custom menu location for WordPress," in The Customize Windows, March 7, 2011, January 24, 2021, https://thecustomizewindows.com/2011/03/create-a-custom-menu-location-for-wordpress/.

Source:The Customize Windows, JiMA.in

 

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Cookie Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2021 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy