ZenphotoCMS Forum
how to display total number of images? - 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: how to display total number of images? (/thread-12281.html)



how to display total number of images? - ventesites - 2015-08-25

Hello
I use getNumImages() to display the total number of images in an album, but how can i display the total number of images in the album AND its sub-albums?
Thanks

Pat




how to display total number of images? - fretzl - 2015-08-25

Use getTotalImagesIn($albumobject).
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetTotalImagesIn




how to display total number of images? - ventesites - 2015-08-25

thanks!