![]() |
|
Get Number Of Sub-albums In 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 Number Of Sub-albums In Album (/thread-12441.html) |
Get Number Of Sub-albums In Album - Epsilon - 2016-02-07 Hi On pages where album thumbnails are displayed (gallery page, search page etc.) I would like to display the number of sub-albums that each album contains. What would be the best way to get this information for each album? Get Number Of Sub-albums In Album - fretzl - 2016-02-08 Inside the [i]while (next_album()[/i] loop place a call to ` .......... ........... ` Get Number Of Sub-albums In Album - Epsilon - 2016-02-08 Exactly what I was looking for, thanks for the help |