Hi yet again
I would like to print all images from the current album on a single page, how do I do that? I checked the forum and functions page, can't find such a function.
Use the same functions as on image.php. Within next_image loops you can use all the same way because you are in "single image context".
image.php
next_image
Thank you!