Home › Forums › Exoplanet Pro › php to sliders › Reply To: php to sliders
June 16, 2017 at 9:43 am
#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.