get_setting( 'blogname' )->transport = 'postMessage'; $wp_customize->get_setting( 'blogdescription' )->transport = 'postMessage'; $wp_customize->get_setting( 'header_textcolor' )->transport = 'postMessage'; } add_action( 'customize_register', 'bootstraptheme_customize_register' ); /** * Binds JS handlers to make Theme Customizer preview reload changes asynchronously. */ function bootstraptheme_customize_preview_js() { wp_enqueue_script( 'bootstraptheme_customizer', get_template_directory_uri() . '/js/customizer.js', array( 'customize-preview' ), '20130508', true ); } add_action( 'customize_preview_init', 'bootstraptheme_customize_preview_js' ); /* * Present theme change */ function register_mysettings() { //register our settings register_setting( 'bootstrap-theme-group', 'select_theme' ); register_setting( 'bootstrap-theme-group', 'carousel1-name' ); register_setting( 'bootstrap-theme-group', 'carousel1-content' ); register_setting( 'bootstrap-theme-group', 'carousel1-link' ); register_setting( 'bootstrap-theme-group', 'carousel2-name' ); register_setting( 'bootstrap-theme-group', 'carousel2-content' ); register_setting( 'bootstrap-theme-group', 'carousel2-link' ); register_setting( 'bootstrap-theme-group', 'carousel3-name' ); register_setting( 'bootstrap-theme-group', 'carousel3-content' ); register_setting( 'bootstrap-theme-group', 'carousel3-link' ); } function bootstraptheme_page() { ?>

Bootstrap Theme Options

Bootstrap Default

Bootswatch Themes

Carousel Options

If you donot want to use Carousel on homepage, leave all the fields empty. If you donot want to use a slide, leave it empty. Carousel will not work without atleast 2 slides.
Slide 1
Slide 2
Slide 3