Hello,
I have an ACF custom post type called “Series,” and one of the fields is a repeater field that accepts “post objects.” I am consuming them on a custom post type page successfully, but I’m running into an issue with some posts in the repeater that are “scheduled” and not “published” yet. I can hide them using conditionals easily enough, but when a scheduled post is added, it affects my looper item count. Is there a way to filter my provider so as not to receive unpublished posts? I’m currently providing via the Dynamic Content provider type with {{dc:acf:post_field field="posts"}}
. Does that make sense?