Post gallery loop with thumb and full size
There might be other possibilities to this, mine is given below .. First you use the get_post_gallery function to store the image id’s in a separate array .. if ( get_post_gallery() ) { $gallery = get_post_gallery( get_the_ID(), false ); $galleryIDS[] = array(); /* Loop through all the image and store them one by one */ … Read more