Is it possible to use query filters without a query loop?

Hi,

You have probably seen many websites, such as real estate websites and car dealerships, display filters on the home page. The user selects the filters they want and after clicking the search button, they are redirected to the archive to view items matching the selected filters.

It seems like this isn’t possible right now, right? Because there must be a query loop to display filters.

:slight_smile:

“Without connecting a filter to a query, the filter has no effect.”

image

if you need a filtering but dont want query you can create something with interactions and custom classes …etc
select some classes show some hide some …etc

1 Like