[ad_1]
[ad_2]
I want to create a very minimalistic gallery to showcase some blog posts about my projects. I just need a grid that contains the thumbnails of the posts with an image and a title. I would also like to have a filter that allows the user to filter the posts by category. Can anyone suggest a theme or should I use a page builder like Elementor? Since it's such a simple design and functionality, I don't want to spend any money. I could program it myself but hope there is a quicker way.

Tables (*gets shot*)
css grid or flexbox
Width: 33%
Float: left
Very easy to build the grid, i’m surprised elementor doesn’t have an option for this.
an alternative is to use wp_query to pull in the latest 6 pages or by category.
If you do it by category you can then filter by cat – again, plenty of plugins around if you don’t know how to code this.
Quicker way would be to use a gallery widget, then add some css to match your taste.
Or you could build from scratch
Using the Twenty Twentyfour theme and gallery block!