/ Published in: PHP
How to enable Custom Navigation Menus in WordPress 3.0
Like the custom background, header image, and post thumbnails, the custom navigation menus also needs to be enabled through your theme’s functions.php file.
Like the custom background, header image, and post thumbnails, the custom navigation menus also needs to be enabled through your theme’s functions.php file.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
Simply add the code below to your theme’s functions.php file: add_theme_support( 'menus' ); And use this code to insert the menu into your template file:
URL: http://www.wpbeginner.com/wp-themes/how-to-add-custom-navigation-menus-in-wordpress-3-0-themes/