<?php echo nggShowSlideshow([id],[width],[height]); ?>
This works for me. Just had to replace the entire [id],[width],[height], with values like so:
<?php echo nggShowSlideshow(1,120,120); ?>
I do have the JW Image Rotator, so it’s working great now. Thanks for the suggestion stefan-vizion.
-Ben