How to refresh the Gallery images?
You can change this line: ‘orderby’ => ‘post__in’, to this: ‘orderby’ => ‘rand’, Instead of showing the images in the same order as they were passed to ‘post__in’, they will show in random order each time the page is loaded. Keep in mind that if you update the child theme, your change will be overwritten. … Read more