• Resolved rshary

    (@rshary)


    I’ve created a page template to automatically load in any FooGalleries that have been created using the following code:

    $galleries = array();
                $galleries = foogallery_get_all_galleries();
                foreach ( $galleries as $gallery ){
                    foogallery_render_gallery($gallery->ID);
                }

    That part is working great – exactly how I want it to.

    What I’d like to do is add in a filter. I know it might be doable in the PRO version, but I want to verify before making a purchase. Every gallery would be assigned a category of either Residential, Commercial, or Place of Worship.

    So, ultimately, I want the page to function like this – Filtered Page – but with multiple galleries instead of just images.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi @rshary

    It seems like you are looking for a filtered album? If so that is not available at the moment.

    But what you could do with PRO is create a single filtered gallery, and then use the datasource feature to load images by category instead of having to select individual images, this way, you can add images and assign the categories and they will just appear in the gallery.

    My suggestion is to try out the free trial of the pro version. That way you can test it out without the obligation to pay, and you are more than welcome to log a support ticket to get more in-depth help

Viewing 1 replies (of 1 total)

The topic ‘Filter multiple galleries loaded via code’ is closed to new replies.