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.