Hi,
Lets say I've got two custom post types: Company and People. When creating a Company I would like to be able to add multiple Employees to it (which I've created beforehand) which I'll be able to fetch later on when viewing a Company post.
Thanks in advance!