> <?php wp_title( '|', true, 'right' ); ?> > '; //var_dump(cyber_dc_boot_theme_options()); //echo ''; /** * @since 1.6 * displays custom header * @link http://codex.wordpress.org/Custom_Headers */ lobster_admin_header_image(); /** * @since 1.1 * This displays the front page carousel with CTP Bootstrap Carousel plugin, that you can download to the WordPress Plugin Repository * @link http://wordpress.org/plugins/cpt-bootstrap-carousel/ */ if ( function_exists( 'cptbc_shortcode' ) && is_front_page()){ echo do_shortcode('[image-carousel]');} ?>