WP get_posts meta_query using ACF repeater field
This isn’t a direct answer, as my solution was to implement this another way. Instead of getting the values (array) from the homepages ACF field I added a date field to each of the pages I want to display. So, I query against that date (for each of those pages) instead of entering a list … Read more