I’m currently stuck on figuring out the best solution on how to implement following scenario:
– I have 2 websites, the main domain and a subdomain.
– I have a custom post type called “companies” on the main site and this holds details about companies such as phone numbers, addresses, etc.
– This post type gets displayed by a custom plugin with a filter option on the main site.
– Users (the companies) should be able to register on the subdomain and change those details.
How would you go about that?
I tried setting up a multisite installation however I can’t see the CPT on both backends.
Any tip would be appreciated!
[ad_2]