Hello, I’m trying to do a custom query based on a value selected in the ACF for a backend field.
However i will also need filters for the output of that loop, and while adding the custom query through this guide: Adding any Custom WP_Query loop to Bricks' Query Loop - BricksLabs
Works, the filters give me “Error Query object type not supported”. So, how would I add it to the built-in query editor for the loop.
(I just don’t know how to structure the return statement)