'Arta Main Sidebar', 'id' => 'arta_main_sidebar', ) ); } add_theme_support('post-thumbnails'); add_theme_support('title-tag'); /* Begin Add Menu */ function register_arta_menu() { register_nav_menus( array( 'top-menu' => __('Top Menu') ) ); } add_action('init' ,'register_arta_menu'); /* ENd Add Menu */ ?> add_section( 'mytheme_footer_options', array( 'title' => __('Footer settings' , 'mytheme'), 'priority' => 100, 'capability' => 'edit_theme_options', 'desciption' => __('Change footer option here.' ,'mytheme'), ) ); $wp_customize->add_setting('footer_bg_color' , array( 'default' =>'f1f1f1' ) ); $wp_customize->add_control(new WP_Customize_Color_Control( $wp_customize, 'footer_bg_color_control', array( 'label' => __('Footer Background Color','mytheme'), 'section' => 'mytheme_footer_options', 'settings' => 'footer_bg_color', 'priority' => 10, ) )); } */ /* End Made customize theme */ ?>