So I was looking to create a multi site for a clients since the goal is to have the same branded theme on several sub domains to deal with different countries (e.g. mysite.com, usa.mysite.com, canada.mysite.com) where the root site was basically a map to pick our countries site. After reading all about wordpress multi site it seems this would be perfect.
My questions though is how development is different.
Basically how to transfer a multi site from DEV server to client. Will all the subdomains and structure/content transfer just like a regular WP install when I dump databases and transfer
3 Answers
You should be able to move WordPress multi-site the same way you would any other WordPress site. Assuming your development environment is similar to production then yes.
Moving a WPMU isn’t hard but can be tricky. The Codex has pretty good documentation on how to do this.
If you try with the command line and run into trouble with a fast approaching deadline you can always just brute force it as follows:
- Move the main site
- Turn that site into a network
- Create a new site for each site in the network
- Import site content
- Tweak themes, plugins, settings
- Repeat steps 3 and 4 for each site on the network
done
Going brute force is very, very tedious but I have done it several times and it does work. Only advisable for sites with fewer than 20 sites.