• Resolved pawlos9

    (@pawlos9)


    Hello. Is there any shorcode to display all galleries in page ? It’s too long process to add another new gallery to display on page. Do you have solution for this ? Best Regards

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

    (@bradvin)

    hi @pawlos9

    There is no shortcode to output all galleries, but you could do this with some PHP code. You can create a page template in your child theme that loops through all available galleries and renders them.

    The function foogallery_get_all_galleries returns an array of all galleries which you can then loop through.

    The function foogallery_render_gallery takes an input of the gallery ID and then renders the gallery

Viewing 1 replies (of 1 total)
  • The topic ‘All galleries shorcode for display on page’ is closed to new replies.