Hi, I’ve followed the thread at Layouts/Loopers: How to display posts based on an ACF date picker?. I’m doing something very similar, where I want to only show posts where the end_date is today or later.
My query string is:
post_type=programs&post_status=publish&meta_query[0][key]=type&meta_query[0][value]= class&meta_key[1]=end_date(“F j, Y”)&meta_compare[1]=>=&meta_value[1]={{dc:global:date format=“F j, Y”}}&orderby=meta_value&meta_key=start_date&order=asc&posts_per_page=-1
But it’s not returning anything. I’m guessing it’s because of the F j, Y date format, but can you confirm? If that’s the case, is there a way to make that work?
Thanks,
Danni