I’m new to Advanced Custom Fields and a novice in WP, I'm interested in creating a random slider in my homepage where each post has many images.
I’m not 100% sure how to combine the wp_query with the ACF repeater, where multiple posts are involved, I did succeed in doing this in a single post page.
I am less interested in specs on how to do this, nor PHP functions, i’m well versed in both, the issue is the WP functions and conventions
If someone already done something like this and can advise how to begin this with combining the ACF repeater functions together with the wp_query, from there i'd know how to shuffle the images of each post with array_rand.
if a Gist/fiddle exists, would be even better.