I'm having a problem to display all the photos from a dynamic album, I have found a code but it will get random photos from dynamic album. Here it is:
<?php
$gallery_object = new Gallery();
$album_object = new Album($gallery_object,'featured.alb');
$image = getRandomImagesAlbum($album_object); ?>
What I need is to list all the photos under a dynamic album which I called as featured? Any help! Thanks in advance!
Comments