Insert PluginBuddy Slideshow in templates


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php if (is_home()) { ?> <div class="my-slideshow"><?php echo do_shortcode('[pb_slideshow group="0"]'); ?></div> <?php } ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.