With a view too manage the contact details in a group regarding several possible project managers (min 1), with the same custom fields (name, avatar image, email address), and be able to add as manager that I need to manage.
Regards.
Jean
Hello,
You can try these:
1) create two custom post types:
- project
- manager
https://toolset.com/course-lesson/creating-a-custom-post-type/
2) In post type "manager", add some custom fields: name, avatar image, email address
https://toolset.com/course-lesson/creating-custom-fields/
3) Setup many-to-many relationship between project and manager:
https://toolset.com/course-lesson/many-to-many-post-relationships/
So each "project" post can connect with multiple "manager" posts, and each "manager" post can connect with multiple "project" posts, in the single "project" post, you can display related "manager" post information:
https://toolset.com/course-lesson/many-to-many-post-relationships/#displaying-related-posts
Hi Luo Yang,
Many thanks for your answer.
I'm sorry but I don't give enugh information on my resquest.
The first thing to know is: the type of infos that I need to manage concern "WooCommerce Product type". And project concern practically a spacial product type that are CrowdFunding project.
So, I need to inform on manager of the CrowdFunding project (name, avatar image, email address), and be able to add as manager that project need to manage.
Many thanks for your help.
Regards.
Jean
I'm sorry, but I steel need to have help integrating the precisions I give you.
Regards
Jean
To avoid more misunderstandings, please elaborate the questions with more details:
How do you setup the custom post types?
How do you want to connect those post types?