I’m trying to create a new “section” to store the names and photos of team members. Is there a default way in WP to add this section or is it through the theme? I also want to add another section to showcase the work that has been completed. Seems like this should be easy, but I’m struggling to find the solution. FYI, I’m using Elemenator with Astra theme.
Thanks.
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
You should take a look at Custom Post Type. CPT are what we use if we want to add more data to our website (events, projects…)
https://wordpress.org/support/article/post-types/
If you’re not a developer, take a look at this plugins :
Create a post type in admin
https://fr.wordpress.org/plugins/custom-post-type-ui/
Add fields to your post types (in admin)
https://www.advancedcustomfields.com/
And you can also take a look at some plugin called “Staff” or “Staffer” (based on your needs)
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0