Hi!
I am working on building a multisite setup. But I am kind of struggling.
This is what I want:
main site: academy.com
subsites will be 20+ sites named e.g.: example.academy.com
All these subsites will need to have a custom feel, so they should have their own logo and colors. But they will need all the courses of the main site. Now in order to keep the database clean as possible I do not want to duplicate all the courses to each subsite. I rather just want a global directory that is accessible from all the subsites.
So what I want is a main site that has a directory of courses that is loaded in all the subsites, where people will have access to it
How can I arrange this?
Kind regards
Sorry this is not possible, this is the limitation of wordpress architecture. Wordpress does not share its wp post table, only the user table can be shared.