get_section('title_tagline')->title = __('Site Name and Description', 'bakedwp'); $wp_customize->get_control('blogname')->label = __('Site Name', 'bakedwp'); $wp_customize->get_control('blogdescription')->label = __('Site Description', 'bakedwp'); $wp_customize->get_setting( 'blogname' )->transport = 'postMessage'; $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; $wp_customize->add_section('bakedwp_color_options', array( 'title' => __('Color Options', 'bakedwp'), 'description' => '', 'priority' => 120, )); $wp_customize->add_section('bakedwp_footer_options', array( 'title' => __('Footer Options', 'bakedwp'), 'description' => '', 'priority' => 120, )); $wp_customize->add_setting('hero_bg_color', array( 'default' => '#008c9e', 'sanitize_callback' => 'sanitize_hex_color' )); $wp_customize->add_control( new WP_Customize_Color_Control($wp_customize, 'hero_bg_color', array( 'label' => __('Hero BG Color', 'bakedwp'), 'section' => 'bakedwp_color_options', 'settings' => 'hero_bg_color', ))); $wp_customize->add_setting('link_color', array( 'default' => '#008c9e', 'sanitize_callback' => 'sanitize_hex_color' )); $wp_customize->add_control( new WP_Customize_Color_Control($wp_customize, 'link_color', array( 'label' => __('Link Color', 'bakedwp'), 'section' => 'bakedwp_color_options', 'settings' => 'link_color', ))); $wp_customize->add_setting('footer_text', array( 'default' => __('BakedWP Theme. Built with .hero { background:; } a { color:; }