20, 'title' => __( 'Layout Options', 'amazing-blog' ), 'panel' => 'amazing-blog-theme-options', ); $amazing_blog_settings_controls['amazing-enable-static-page'] = array( 'setting' => array( 'default' => $amazing_blog_customizer_defaults['amazing-enable-static-page'], ), 'control' => array( 'label' => esc_html__( 'Enable Static Front Page', 'amazing-blog' ), 'description' => esc_html__( 'If you disable this, the static page will be disappeared form the front page and other section will remain as it is', 'amazing-blog' ), 'section' => 'amazing-blog-layout-options', 'type' => 'checkbox', 'priority' => 10, ) ); /*layout-options option responsive lodader start*/ $amazing_blog_settings_controls['amazing-blog-default-layout'] = array( 'setting' => array( 'default' => $amazing_blog_customizer_defaults['amazing-blog-default-layout'], ), 'control' => array( 'label' => __( 'Default Layout', 'amazing-blog' ), 'description' => __( 'Please note that this setting can be override from individual post/page', 'amazing-blog' ), 'section' => 'amazing-blog-layout-options', 'type' => 'select', 'choices' => array( 'right-sidebar' => __( 'Content - Primary Sidebar', 'amazing-blog' ), 'left-sidebar' => __( 'Primary Sidebar - Content', 'amazing-blog' ), 'no-sidebar' => __( 'No Sidebar', 'amazing-blog' ) ), 'priority' => 20, 'active_callback' => '' ) );