In Facebook's Genesis group, a user wrote:
I need to split up the Staff into three different types - Staff, Facilitators and Interns. I've created three custom taxonomies for them, and figured out how to display one of them, but I am not sure how to display them all on one page, but separated into "sections." The styling for each section remains identical.
The styling is fairly simple - just a featured image floating to the left, a name, title, and excerpt. The staff name is linked to the individual page. Each section needs to have a header above it.
In this tutorial we are going to use Pods to create Staff Custom Post Type, a corresponding Staff Type custom taxonomy, a Staff Title custom field and set up the CPT archive template to display the Staff members grouped by Staff Type with team member's photo (featured image) on the left; Name (entry title), Staff Title and Excerpt on the right.
Step 1
Install and activate Pods.
Step 2
a) Create Staff CPT. Add a field with the name of staff-title. Tick 'Enable Archive Page'.
b) Create Staff Type taxonomy. Make it Hierarchical.
c) Edit the Staff CPT and attach it to Staff Type taxonomy.
Step 3
Add the following in child theme's functions.php:
To view the full content, please sign up for the membership.
Already a member? Log in below or here.