If you're creating a new theme you may immediately notice that menu options aren't available in your wp-admin navigation. This is because you haven't told your new theme that you'd like to begin using menus. In order to register menus that you'd like to work with, add the following to your functions.php file in your theme folder. If you don't have a functions.php file yet, create one and add this: function register_my_menus() { register_nav_menus( array( 'header-menu' => __( 'Header … [Read more...] about Menu option not showing up in WordPress
You are here: Home / Archives for coding
Recent Activity