Hi,
I have several subalbums and I need to get the url of the thumb images shown in album.php.
For exameple:
while (next_album):
printAlbumThumbImage ();
getAlbumLinkURL ();
endwhile;
In this example I get the link of the next subalbum but not the url of the thumb image. So I need to go to image.php in the next page.
If do this in album.php nothing happens because the is a subalbum:
while (next_image()):
getImageLinkURL();
endwhile;
It's possible to show the url image directly in a subalbum?
Thanks.
Comments
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetImageThumb
image url of the album thumb within next_album():
http://www.zenphoto.org/documentation/functions/_template-functions.php.html#functiongetAlbumThumb
Out side the loops (and also within) also:
http://www.zenphoto.org/news/zenphotos-object-model-framework