20, 'title' => __( 'Layout Options', 'bizplus' ), 'panel' => 'bizplus-theme-options', ); $bizplus_settings_controls['bizplus-default-banner-image'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-default-banner-image'], ), 'control' => array( 'label' => __( 'Default Banner Image', 'bizplus' ), 'description' => __( 'Please note that if you remove this image default banner image will appear', 'bizplus' ), 'section' => 'bizplus-layout-options', 'type' => 'image', 'priority' => 10, ) ); $bizplus_settings_controls['bizplus-default-banner-image'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-default-banner-image'], ), 'control' => array( 'label' => __( 'Default Banner Image', 'bizplus' ), 'description' => __( 'Please note that if you remove this image default banner image will appear', 'bizplus' ), 'section' => 'bizplus-layout-options', 'type' => 'image', 'priority' => 20, 'active_callback' => '' ) ); /*layout-options option responsive lodader start*/ $bizplus_settings_controls['bizplus-default-layout'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-default-layout'], ), 'control' => array( 'label' => __( 'Default Layout', 'bizplus' ), 'description' => __( 'Layout for all archives, single posts and pages', 'bizplus' ), 'section' => 'bizplus-layout-options', 'type' => 'select', 'choices' => array( 'right-sidebar' => __( 'Content - Primary Sidebar', 'bizplus' ), 'left-sidebar' => __( 'Primary Sidebar - Content', 'bizplus' ), 'no-sidebar' => __( 'No Sidebar', 'bizplus' ) ), 'priority' => 30, 'active_callback' => '' ) ); $bizplus_settings_controls['bizplus-number-of-words'] = array( 'setting' => array( 'default' => $bizplus_customizer_defaults['bizplus-number-of-words'] ), 'control' => array( 'label' => __( 'Number Of Words For Excerpt', 'bizplus' ), 'description' => __( 'This will controll the excerpt length on listing page', 'bizplus' ), 'section' => 'bizplus-layout-options', 'type' => 'number', 'input_attrs' => array( 'min' => 1, 'max' => 200), 'priority' => 40, 'active_callback' => '' ) );