I’m not sure if this is possible but after extensive searching I can’t find an answer.
What I want to do is to get all images from a NextGEN gallery so I can display them in a custom slideshow within a page/post.
Is it possible to load them into an array or edit the HTML in some way?
Any help is greatly appreciated!
For anyone interested I found a solution to what I wanted.
You simply need to create a custom template
Then I accessed the images like this:
A quick and dirty way would be to use $wpdb to get them from the wp_ngg_pictures table and the shortcode for a single image.
If you know the gallery id then something like: (untested)
singlepic shortcode