$autoplay_speed, ) ); } elseif(is_home()) { $autoplay = get_theme_mod('caeliora_home_feat_autoplay', false); wp_localize_script( 'caeliora-scripts', 'autoplay_object', array( 'autoplay_speed' => get_theme_mod('caeliora_home_feat_autoplay_speed', 4000), ) ); } else { $autoplay = false; wp_localize_script( 'caeliora-scripts', 'autoplay_object', array( 'autoplay_speed' => 4000, ) ); } ?>
have_posts()) : while ($feat_query->have_posts()) : $feat_query->the_post(); // Get featured image if($carousel_width == 'content-width') { $feat_image = caeliora_get_feat_image('caeliora-fullwidth'); } else { $feat_image = caeliora_get_feat_image('caeliora-fullscreen'); } // Get featured title $feat_title = caeliora_get_feat_title(); ?>
/ '); ?>