I need to change some menu items on my WordPress site, but the option has disappeared from the Admin area. According to the documentation, a Menus option should appear under the Appearance menu, but it is not there in my installation:
How can I get Menus to appear where it is supposed to?
The problem may have been caused by a rogue plugin overwriting the functionality, but I managed to fix it by adding a
functions.php
file to my custom theme (in the root directory) with the following code:Now Menus has appeared again:
Source: Function Reference/add theme support
this code to make menu in wp admin.
Menu look like this
You can also use of this code in your
functions.php
to do more with your menu tab setting:You can also add many menu field as you need and replace it in your theme.
Make sure your file is named functions.php