Home Forums Support Slider Reply To: Slider

#105911
Jean Paiva
Developer

Hey try something like this:

<?php if ( is_home() ) { echo do_shortcode('[wonderplugin_carousel id="1"]'); } ?>

Maybe this could help you!