![]() |
|
list latest album - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: list latest album (/thread-5469.html) |
list latest album - Ruriko - 11-07-2009 How can I list the latest 10 albums in a list format and linked? list latest album - sbillard - 11-07-2009 Hint: on the user guide http://www.zenphoto.org/documentation/index.html click on list latest album - timo - 15-07-2009 I just implemented this in my theme I'm developing, if you're interested here's my code: Put this function in your theme-functions file (or make one or just put it on your page..).
` list latest album - sbillard - 15-07-2009 Your code will return the albums in the order specified by the gallery sort option, which may or may not be ordered by recency. Also, the first parameter to
list latest album - timo - 15-07-2009 Good advice, I went ahead and changed the getAlbums() parameter as you suggested. For me showing the top sorted album is exactly what I want (I mostly sort my gallery by date but I often post multiple albums at once). Here's the function once more that will show the latest album as ordered by date: (I tested just to be sure it works)
list latest album - acrylian - 15-07-2009 You also could have used the list latest album - inertiawebdesign - 14-09-2009 Just wanted to drop a quick line to thank you Tim. I've been struggling to do almost exactly this for a while. Great job. |