Pagination, filtering, date field query

Hey @avanti, here’s an explanations about why that’s happening:

This seems to just be a limitation of the ACF relationship loop that it doesn’t accept query parameters. Depending on what data exists in your relationship field, you might also be able to just pass the data to a post loop, which would then allow you to filter it using query parameters. I just expressed how one might implement that idea in this thread.

1 Like