Hi. I have 2 questions(or feature requests if it is not possible yet).
- I'm trying to add several parents to a custom post type.
- Will be very good to somehow list existing child posts below the button "add new child post", so we can simply choose several existing items and add them as a childs to the current post.
To understand clearly, here the structure.
We have:
Topics
Lecturers
Meetings.
A Meeting can have several Topics and several Lecturers. Lecturers and Topics aren't connected. There can be a lot of Meetings with the same topics or lecturers.
So, we are adding 3 post types – Meeting, Lecturer, Topic.
We are creating a new Meeting. We must choose items from an existing Topics and Lecturers.
There can be several actual Meetings with the same Lecturers or Topics (so the Lecturer or Topic can have several parents).
What options do we have to reach this ?