![]() |
|
Get total image count in current album - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Get total image count in current album (/thread-11754.html) |
Get total image count in current album - LondonLight.org - 16-04-2014 Hey! I display all images in an album in their default size on one page using a next_image loop, and I would like to also get a count of the total number of images. I'm a beginner with PHP and this is what I came up with: I saw a function Get total image count in current album - fretzl - 16-04-2014 Use something like this: Get total image count in current album - acrylian - 16-04-2014
Edit: Ah, Fretzl was faster and shorter :-) Get total image count in current album - LondonLight.org - 17-04-2014 Thank you. |