Forum
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
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.