• Resolved prionkor

    (@prionkor)


    Hi, i am making a theme from blank. I did not work with the wordpress menu feature before. When i searched the menu option with my new theme activated in appreance tab, it is not there! But when i activate the twenty-ten theme it is there. I have looked into twenty-ten function.php fie but i have missed any code that Enable menu option in Appearance.

    Currenlty my function.php file does not do much. I am using 3.1. Please advice. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter prionkor

    (@prionkor)

    It shown up when i register a menu in functions.php 🙂

    if(function_exists('register_nav_menus')){
    	register_nav_menus(
    		array(
    			'main_nav' => 'Main Navigation Menu'
    			)
    	);
    }

    I have a error problem when i click into Apprearance => Menu to custome my menu but it disable. All button and dropdownlist is disable, so i can’t use it
    This is error images:
    http://www.freeimagehosting.net/c06be
    Thanks a lots!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Enabling menu option in Appearance’ is closed to new replies.