How do you make relational post types in WordPress? [duplicate]
There are several ways to do this. Do you really need a whole post type for People? You could do this as a custom taxonomy and assign it to the Press Release post type. You could create a custom user role, and then utilize that to assign an “author” to each Press Release. If you … Read more