www.tnttrailer.com/index.php/towable-rvs/balboa-toy-haulers.html
I have multiple galleries on some pages. For some reason, each gallery is displaying ALL the images from each folder. My intent was for each gallery to display only the images from one folder. What could I be doing wrong that's causing this issue?
All the image folders are in my images/stories directory. All the folders have unique names.
A look at my source code:
<div style="float: left;">
<h3>Exterior Gallery</h3>
{gallery}balboa-exterior{/gallery}</div>
<div style="float: right;">
<h3>Interior Gallery</h3>
{gallery}balboa-interior{/gallery}</div>
<p><br class="clear:both;" /></p>
<div style="float: left;">
<h3>Front Bathroom Floorplans</h3>
{gallery}balboa-front-bathroom{/gallery}</div>
<div style="float: right;">
<h3>Front Bedroom Floorplans</h3>
{gallery}balboa-front-bedroom{/gallery}</div>
<p><br class="clear:both;" /></p>
<div style="float: left;">
<h3>Fifthwheel Floorplans</h3>
{gallery}balboa-fifth-wheel{/gallery}</div>