![]() |
|
Getting a list of all albums (including sub-albums) - 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: Getting a list of all albums (including sub-albums) (/thread-10120.html) |
Getting a list of all albums (including sub-albums) - egrigson - 2012-06-29 I'm trying to create an index page which lists all the albums in my entire gallery, which I'd like to display on a Zenpage. I'm using the following code in a codeblock; This works in that a list of album names is generated, but it only includes the first page of albums as shown on my index.php page. How can I get a list of all albums without pagination? Getting a list of all albums (including sub-albums) - acrylian - 2012-06-29 The print_album_menu plugin is the easiest. Getting a list of all albums (including sub-albums) - egrigson - 2012-06-29 That looks like a great starting point, thanks for the swift response! |