Given a wordpress multisite network, with a main blog, and assuming all content has been moved on to that blog, how would one collapse the network back down into a standard wordpress non-network non-multisite install?
|
migrated from stackoverflow.com Oct 3 '11 at 12:01
|
I've gone through the steps to extract a site from a multisite install to a single instance now:
A fair bit of effort and you have to be careful with the database edits but that's the only I can see to extract a single site from an existing multisite with all its settings etc... intact. |
||||
|
|
|
It is possible to remove the multisite install without reinstall a new blog. Follow steps.
|
||||
|
|
Actually it is possible and fairly easy to do; I've done it myself several times. There are there things to consider.
Commenting out the multi site define(?) in wp-config and updating your permalinks will revert the site to single site/default mode. Then all you have to do is clean up your database. If for some reason you are not able to access your wp-admin to update the permalinks simply delete your .htaccess file. WordPress will recreate it for you in single site mode. I'll do my best to find the link to the codes/support article and update the answer with it. Here's a link to one item on the support forum http://wordpress.org/support/topic/revert-to-single-site |
|||
|
|
|
The basic processes here work well even in WP 3.5.1 One clarification: If you named your subsite something you'll have to change the links in the database to remove that name. If my subsite was named... mysite.com/comics then after following the above procedures your WP will look for mysite.com/comics and get errors on the permalinks. Edit the WP-OPTIONS table looking for the /comics extension and remove it. Also, check that the Uploads directory is pointing to the proper location - it may still show a blogs.dir entry and should now instead point to wp-content/uploads/ |
|||
|
|
It appears this is not possible. The closest there is to this, is to set up a new Wordpress installation as a single site, and use the import/export to copy the content over. |
|||||||||
|
