Hey Team, I have a Looper Provider set to Query String. I’d like to order the results by an ACF field (project_number) but I can’t quite figure out what syntax to use. The current query is:
post_type=finished-project&facetwp=true&posts_per_page=25
I’ve tried orderby (and order_by) = project_number but without success.