I'm getting close to what I need with the code I have above it just
doesn't cycle through the images properly. With the above code I'm
getting the same thumbnail repeating with a different lighbox larger
image. I am trying a different strategy now based on some code I got
through here.
<code>
<?php $fields = get_group('galleryThumbs',false);
foreach($fields as $field){ ?>
<a rel="shadowbox[1]" href="<?php echo $field['galleryThumbBig'][1]
['o'] ?>">
<img src="<?php echo $field['galleryThumb'][1]['o'] ?>" alt=""></a>
<?php } ?>
</code>
This is working pretty well, except that it is only returning the
first value of the 'galleryThumbBig' and 'galleryThumb' images. I'm
sure there is a way to get it to cycle through and show all values of
those fields but I haven't figured it out yet. Please let me know.
There must be a parameter.
Thanks for responding quickly to the original post. Thanks in advance
for helping me out with this.
-Darren