Hello there
I am new to wordpress and would appreciate some advice on how to create the following:
I would like to create a page where posts are displayed in a grid format, where for each post it displays the picture, title, initial post wording and also custom data, e.g. price, difficulty (each post will represent a game).
Then on the left sidebar I would like a number of filters, for example game genre checkboxes, a price bar the user can drag, difficulty check boxes.
Basically a similar way to how you would search for products but for posts instead.
Some suggestions on the widgets to use etc would be helpful.
Thanks
[ad_2]
Are you a php/html/css developer? WooCommerce can accomplish a lot of this on the backend with product attributes. You can accomplish the filter with a product attribute plugin (there are a few) and the additional data in the product listing with some WooCommerce actions and triggers. The default WooCommerce output will get you the grid layout but you’ll either have to style it yourself or rely on a commercial theme.
ACF and FacetWP
[https://wordpress.org/plugins/post-grid-and-filter-ultimate/])
There are lots of plugins that can do what you’ve asked, this is the first that came up when I searched.
Content Views Pro works really well.