Close Menu
wpexpelorwpexpelor
  • WordPress Beginner tips
  • WordPress Security
  • about us
  • contact us
Facebook X (Twitter) Instagram Pinterest
Facebook X (Twitter) Instagram Pinterest
wpexpelorwpexpelor
  • WordPress Beginner tips
  • WordPress Security
  • about us
  • contact us
wpexpelorwpexpelor
Home»WordPress Beginner tips»How to add menu in appearance in wordpress
WordPress Beginner tips

How to add menu in appearance in wordpress

NinaBy NinaDecember 4, 2023Updated:December 4, 2023No Comments3 Mins Read
How to add menu in appearance in wordpress
How to add menu in appearance in wordpress
Share
Facebook Twitter LinkedIn Pinterest Email
5/5 - (2 votes)

You may come across the problem that in “appearance” section menu is missing! The question is: how to add menu option in appearance in wordpress? In this article on wpexpelor, I’m going to delve into solving the problem. Stay with me!

Contents show
1 How to add appearance menu in wordpress: building a menu by editor
2 How to add appearance menu in wordpress: changing theme
3 Add menu option in appearance in wordpress by code for developers

How to add appearance menu in wordpress: building a menu by editor

In most of the new wordpress themes, the menu option is omitted from the appearance section. Instead, you find the “editor” part. 

how to add menu option in appearance in wordpress
how to add menu option in appearance in wordpress

Click on “editor,” and on the next page, click on templates.

wpexpelor add menu option in appearance in wordpress templates
wpexpelor add menu option in appearance in wordpress templates

Then click on the “+” item, and we choose the “custom template” option. 

wpexpelor menu template items
wpexpelor menu template items

Choose a name you like and click on the “create” option. 

wpexpelor add menu template
wpexpelor add menu template

On the next page, click on the “navigation” item to add it to the page. Add your links to the menu by using the “+” icon.

On the next page, click on the “navigation” item to add it to the page.

Add your links to the menu by using the “+” icon.

After you are finished, click on the “save” button.

After you are finished, click on the “save” button. Now check your website.

how to add appearance menu in wordpress
how to add appearance menu in wordpress

After you are finished, click on the “save” button. Now check your website. The menu you have created is now there In the header part. As I said before, most of the newly published wordpress themes as twenty sixteen and … have implemented this method for menus.

How to add appearance menu in wordpress: changing theme

Most of the advance and premium wordpress themes support menu options by default. So, the simple solution is that if your wordpress theme does not have the option, change it!

wpexpelor twenty sixteen menu
wpexpelor twenty sixteen menu

For example, even Astra, hello Elementor and twenty sixteen are some really simple wordpress themes that support menus.

Add menu option in appearance in wordpress by code for developers

This part is for wordpress developers. I’m going to teach you how to add menu in appearance in wordpress by using some simple code. Suppose you are using a customized wordpress theme or even something that is not standard. In this case, you should add a “menu option” to your wordpress theme. It is easy.

Add menu option in appearance in wordpress by code for developers
Add menu option in appearance in wordpress by code for developers

To do so,

  • open “functions.php” and add this code:
register_nav_menus(
    array(
        'primary_menu' => __('Primary Menu', 'text_domain'),
    )
);

Note: consider instead of “text_domain,” you should set your wordpress theme name.

  • Use this code to the desired place to call the menu.
<?php
wp_nav_menu(
    array(
        'theme_location' => 'primary_menu',
    )
);
?>

You can use it any place that you want, but people mostly use menus in the footer and header part of the site. As an example, I have edited “header.php” and put the code there. Now, if I open the “appearance section,” we can see the menu is there!
I hope this article of wpexpelor will do you good! I would be delighted to see our comments below, or if you need to ask a question, I’m here for you.
Best.

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Reddit VKontakte Telegram WhatsApp
Previous Articlewordpress automation by installatron
Next Article WordPress custom page template no comments box

Related Posts

woocommerce user registration form without email

June 9, 2024

Edit Author Slug in WordPress

January 30, 2024

install 2 wordpress on same domain

January 23, 2024

Leave A Reply Cancel Reply

Trending
seo

SEO Services in texas

By NinaMay 30, 20250

Do You need to grow your business in Texas? Whether you own a company website or an online shop, you can count on us. We will get in touch as soon as possible. Please fill in the box with your name and email address.

WordPress Show Data From Database

December 12, 2023

woocommerce user registration form without email

June 9, 2024

WordPress database update required loop

April 6, 2024

Edit Author Slug in WordPress

January 30, 2024
Social
  • Facebook
  • Twitter
  • Pinterest
  • Instagram
Facebook X (Twitter) Instagram Pinterest
©2025 WPexpelor. All Rights Reserved.

Type above and press Enter to search. Press Esc to cancel.