Hey there! I want to try this. Can you tell me what I have to do with the hook? I want to use the shortcode in my template at the first side
<div class=”in-love-slider”><h2 class=”in-love-slider”>In love with</h2>
<?php echo do_shortcode(“[carousel_slide id=’7054′]”); ?></div>
And what I have to do with this? add_filter(‘carousel_slider_load_scripts’, ‘carousel_slider_load_scripts’);
function carousel_slider_load_scripts( $load_scripts ) {
return true;
}
I’m sorry for my bad english….