开发者 |
manuelrazzari
pmtarantino |
---|---|
更新时间 | 2016年11月19日 04:45 |
PHP版本: | 3.0 及以上 |
WordPress版本: | 4.6.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
INSERT INTO ... SELECT
to copy every table from the "master" blog into the new one. This is fast!wp-content/uploads
dir of your master blog into the new one's, so that all assets will work as expected.multisite-cloner
to the /wp-content/plugins/
directoryNo. The main site in your network (usually the one with ID = 1) contains many DB tables, assets and even sensitive information that shouldn't be replicated to other blogs.
No. The whole point of this plugin is to clone blogs within a Multisite network.
We couldn't come up with more questions. Go ahead and ask us some questions and we'll add the frequent ones here :)
wp-activate.php
. Thanks to Schalk Joubert who insisted on this bug.