Hi! I am building a grid based on a custom post type and sorting by a custom field… business as ususal. and is works great:
post_type=mec-events&orderby=meta_value&meta_key=mec_start_date&order=ASC&posts_per_page=4&date_query=mec_start_date
However, I need to only show events where the start date is greater than equal today and I do not think the query string can do that and the query builder only has options for using published date. I am assuming I need to do a meta query or the like, but before I dive in I was hoping for some guidance and best approach and practice?
Thank you!