Reputation: 885
The issues I'm facing now on deploying wordpress multisite:
when enabling the parent wordpress (eg. http://www.example.com/multisiteparent/ as Site A) to become multisite, do i also
need to enalbe multisite network setup in each one of the children
site in wp-config.php again? (i'm wondering if i do not enable network in children site
(eg. http://www.example.com/multisiteparent/childsite/ as Site B) when i click into dashboard of the child site wp-admin, there would be no network panel(multisite wp-admin feature) to navigate back to parent site wp dashboard. the official documentation seems like didn't mention this setting.
which procedure is regarded better when i want to migrate two independent wp sites (site A & site B) into multisite (A as parent, B as sub-site).
option1: set up a blank wordpress multisite structure then migrate wp files and sqls(A & B) to the tables created by clean wordpress with diff wp_ and wp_2_ table prefixes. this might have to do string replacement in sql before migration.
option2: start from enalbing site A to become multisite, then create a blank site sub directory and migrate site B into the created folder ( files and sql replacement)
Is there any existing wordpress multisite demos online that worked very well on data sharing? how widely is it used as a solution.
As i found by enabling multisite, auto created prefix such as wp_2_options wp_2_posts.... etc inside the same database. will this cause imcompatibilites to plugins of the wordpress?
Alternative solutions other than activating multisite to share tables between different wordpress sites of diff domain?
Thank u for the suggestions.
Reference:
Upvotes: 3
Views: 1095
Reputation: 5322
That's a lot of questions! :-)
Upvotes: 2