开发者 | jamiechong |
---|---|
更新时间 | 2014年11月12日 14:22 |
PHP版本: | 3.5 及以上 |
WordPress版本: | 4.0 |
版权: | GPLv2 |
Probably not. You're going to need some technical experience to migrate your site properly.
You will need access to a database client that can perform writes to your WP database. You can use PHPMyAdmin, or run the raw SQL on the commandline using the mysql client and running the source command.
You'll need access to your server to get these files easily. Use FTP or SSH into your server to zip wp-content/uploads so you can download to your Multisite server. You could also make use of the All-in-One WP Migration plugin to export just the files.
It's likely easiest to just freshly install the themes and plugins on your Multisite. If you have a custom theme or plugin on your standalone site, you will need to copy it over the same way you copied your media files.
Maybe. This plugin was created in haste to tackle a problem that wasn't already solved by some other plugin like the WP Migrate DB plugin or the All-in-One WP Migration plugin plugin. These plugins both suggest they have a PRO version coming that offers multisite migration. This plugin will always remain Free however.