Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi tg1 I am not sure if this will work. I did some search and found that using the follow could work….

    <?php echo do_shortcode('[slideshow_deploy id='your id here']'); ?>

    Give that a go, remember to replace the id with your id.

    Regards

    Or you could use:

    <div class="slider">
      <?php do_action('slideshow_deploy', '27'); ?>
    </div>

    Where the number is the slideshow id number

    If you go to Admin > Slideshows > YourSlideShow:
    You’ll see that the first paragraph shows you the <?php...?> code snippet to add to your template to deploy that slideshow.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Possible to add directly to template?’ is closed to new replies.