Forum

Thread tagged as: Question, Problem, Gallery

Multiple albums in Gallery app

  Using this to display galleries on a page.

My client has set up a second album in Perch but it doesn't show.

            <?php 
        perch_gallery_album_images('bike-vault-gallery', array(
'template'   =>'c_list_image.html'

)); ?>

Using version 2.8.6 of the gallery app.

What is the problem?

Thanks, Andrew

Andrew Areoff

Andrew Areoff 0 points

  • 3 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

You're displaying the album bike-vault-gallery ... if you've added another album you'll need to write different code to display that. Or update your code to be more dynamic.