WP Admin Menu Tab not showing up
-
Hi,
in my dashboard the menus tab isnt showing up under themes
i have this in my functions.php
<?php // WORDPRESS MENUS add_theme_support( 'menus' ); // REGISTERING MENUS register_nav_menus( array( 'head-nav' => __( 'The Main Menu' ), // MAIN HEADER NAVIGATION 'foot-nav' => __( 'Footer Navigation' ) // FOOTER NAVIGATION ) ); } ?>
Thats all i have in my theme about menus apart from calling the menu in the header.php
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WP Admin Menu Tab not showing up’ is closed to new replies.