hard coding slideshow into template

I have a site that I want to hard code the slideshow into the single.php page so that a slideshow is dynamically created from the images uploaded to the post. 

I have:
<pre lang="php">
  <?php echo do_shortcode("[tribulant_slideshow]"); ?>
</pre>

in my template, but this is not pulling up a slideshow... 

Can this plugin do this?

Comments

Sign In or Register to comment.