add_section('baseball_sports_club_post_section', array( 'title' => esc_html__('Post Section', 'baseball-sports-club'), 'capability' => 'edit_theme_options', 'panel' => 'baseball_sports_club_theme_section_panel' )); // ///////// Search Background Color $wp_customize->add_setting('post_title_color', array( 'default' => '#000', 'transport' => 'refresh', 'sanitize_callback' => 'sanitize_hex_color', )); $wp_customize->add_control(new WP_Customize_Color_Control($wp_customize, 'post_title_color', array( 'section' => 'baseball_sports_club_post_section', 'description' => __('Post Title Color', 'baseball-sports-club'), )));