php function add_menu_support() { add_theme_support( 'menus' ); } add_action( 'after_setup_theme', 'add_menu_support' ); ?> ...
確定! 回上一頁