[ad_1]
So I’m looking at this site which I am not affiliated with in any way:
I want to achieve the same layout with the various members’ bios laid out in a grid-like fashion. How can I achieve this?
I ran the URL to those plugin detector websites and it could not find the feature that site used. Help please! Thanks
[ad_2]
The layout is easily achieved using CSS Flex or Grid, it’s literally one of the most basic layouts you learn when doing either.
If you’re asking about how to build something to populate this. Then you’d want to start with creating a Custom Post Type (let’s call it “Team Members”), this is where you’ll add all your members. From there you’d want a few different custom taxonomies created for each of your filters that you want to filter by (streams, locations, roles). You’d then assign each member to their corresponding terms.
You’d then want a filtering plugin (or code it yourself). I prefer FacetWP as it’s blazing fast and well built, however there are free options out there (search & filter, etc). You could always add addtional meta fields using ACF as well if needed.