I have a custom post type "business directory" and I'd like to display its posts in a grid and then use two custom taxonomies to sort them on the fly.
Is that possible? I've tried using the archive templating option but that was kind of confusing.
Hello,
I assume we are talking about the "Filter by" sidebar of your screenshot.
It is possible with custom search form, you can try these:
1) Setup a custom post type "business directory"
https://toolset.com/course-lesson/creating-a-custom-post-type/
2) Create custom taxonomies, and register them to post type "business directory"
https://toolset.com/course-lesson/creating-a-custom-taxonomy/
3) Then follow our document to setup the view block, and filter the result by custom taxonomies
https://toolset.com/course-lesson/creating-a-custom-search/
And display the result in grid mode
https://toolset.com/course-lesson/responsive-columns-and-grids/#using-grid-features-in-views-and-archives