| 开发者 | jekcms |
|---|---|
| 更新时间 | 2026年8月2日 02:20 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
Only if you export without media files. In that case jekcms downloads the images from your existing site address, so it has to stay reachable until the import is finished. With media bundled in the package, you can take WordPress offline right away.
Turn off "Include media files in the package" and export again. jekcms will then fetch the images from your old site. Alternatively, raise upload_max_filesize and post_max_size in your hosting panel.
The package contains a redirect map from every published post's old URL to its new one. jekcms installs those as 301 redirects during the import, which is what search engines expect after a move.
Version 1.0 exports posts and pages. Custom post types are not included.
In wp-content/uploads/jekcms-export/, in a folder that is closed to direct web access. The download runs through an authenticated admin endpoint, and deactivating the plugin deletes the folder.
Only users with the export capability — by default administrators (and, on single-site installs, nobody else).