Home Forums Exoplanet Pro php to sliders Reply To: php to sliders

#1634
Jérôme Bonfiglio
Participant

hello,

i’ve done some tricks into extra.php

if ( $subtitle ) {?>
<div class=”slide-cap-desc animated fadeInUp”>
<?php echo do_shortcode(‘[wd_asp id=’.$subtitle.’]’ ); ?>
</div>
<?php }

this way i just have to put the shortcode id into subtitle area to get the good one on the good slide.

ty anyway, have a nice day.