Menu is invisible in admin panel but it’s visible in front-end [closed]
If you created the theme yourself, you should take a look at the WordPress Codex. They have a section called Navigation Menus. It contains all information you need about registering your menus the right way, so they are customizable. To Keep things short: Add this code to your theme’s functions.php to register your menu: function … Read more