Hello Caridad,
Sorry, let me try to explain it better.
I’m trying to create this small application for a teaching center to manage classes and their respective teachers/students/registrations.
From my understanding I would need to create 4 custom post types: classes, teachers, students and registrations, having ‘registrations’ as a child of teachers, students and classes.
What I would like to do instead of creating teachers and students post types, is to have them as regular wordpress users with their corresponding user roles.
Can you give me details of what kind of structure and functionality I would have to create?
Thanks.