Hi! Let’s say there was a “Professors” post type, and classes are WooCommerce products. Creating a new class, the professor is selected, so it’s tied into the database.
If I give admin access to Professors, and they can view their name in the post type, is there a field I can use to show all the students registered into this professor’s class?
I know the message field can be used to show general data in the backend. What about for a list showing all students? Maybe even a table, would inserting a table into a Message field work?
Wondering if anyone has ideas or thoughts on showing data for a user in the back-end.
Thanks!
I figured this out by just putting a table inside message field. Sorry if it’s a silly question.
Thanks!