![]() |
|
loop through ZenPage Pages - 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: loop through ZenPage Pages (/thread-9276.html) |
loop through ZenPage Pages - tunafish - 2011-11-17 Is there any way to loop through the ZenPage Pages? I would like to print a list of Pages with title, date and content with 'read more' links when visiting the directory /zenphoto/pages/ I have found the next_page function but it seems only for search purposes.
loop through ZenPage Pages - sbillard - 2011-11-17 You will have to use the object model for this. The zenpage class has a method loop through ZenPage Pages - tunafish - 2011-11-18 getPages() |