I found code elsewhere that allows me to add the slideshow to a Page Template. Is there code for displaying the image browser on a page template? I would like for the user to be able to scroll through the pictures on this one page.
Here's the code I found:
<?php
$showalbum = '[slideshow=1]';
$showalbum = apply_filters('the_content', $showalbum );
echo $showalbum;
?>
Thanks for any info!
Lisa B.