Title: jekcms Migrator
Author: jekcms
Published: <strong>2026 年 8 月 1 日</strong>
Last modified: 2026 年 8 月 1 日

---

搜尋外掛

![](https://ps.w.org/jekcms-migrator/assets/icon-256x256.png?rev=3631211)

# jekcms Migrator

 由 [jekcms](https://profiles.wordpress.org/jekcms/) 開發

[下載](https://downloads.wordpress.org/plugin/jekcms-migrator.1.0.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/jekcms-migrator/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/jekcms-migrator/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/jekcms-migrator/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/jekcms-migrator/#developers)

 [技術支援](https://wordpress.org/support/plugin/jekcms-migrator/)

## 外掛說明

jekcms Migrator packs everything a jekcms site needs into one .zip file:

 * Posts, pages and drafts (drafts stay drafts)
 * Categories and tags, with the category hierarchy intact
 * Authors, including bios and social profiles
 * Approved comments (spam and pending comments are left out)
 * Navigation menus
 * Media files, optionally bundled inside the package
 * SEO titles and descriptions from Yoast SEO, Rank Math or All in One SEO
 * A redirect map from your old URLs to the new ones, so search results keep working

You then upload that file either in the jekcms setup wizard (“Import a WordPress
package”) or, on a site that is already running, in Admin panel  Import  WordPress
package.

**Why a file instead of a database connection?** Most hosting plans do not allow
one server to reach another server’s MySQL. A file works everywhere, and you never
have to hand out database credentials.

**Large sites.** The export runs in batches and saves its progress after each round,
so sites with thousands of posts finish without hitting PHP time limits.

**This plugin only reads.** It never writes to, changes or deletes your WordPress
content.

**No external services.** The plugin makes no outbound connections: nothing is sent
to jekcms.com or anywhere else. The package it builds stays on your own server until
you download it, and it is deleted when you deactivate the plugin.

jekcms is a commercial blog CMS, but this plugin is free and works on its own — 
the file it produces is plain JSON Lines inside a ZIP, so you can inspect or reuse
it however you like.

## 安裝方式

 1. Install the plugin from Plugins  Add New, or upload the .zip via Plugins  Add New
    Upload Plugin, then activate it.
 2. Open the **jekcms** entry in the left-hand menu.
 3. Pick your options and press **Start export**.
 4. When it finishes, download the package.
 5. Upload that file in the jekcms setup wizard, or in an existing jekcms site under
    Admin panel  Import  WordPress package.

You can deactivate and delete the plugin once the migration is done; it leaves nothing
behind.

## 常見問題集

### Do I need to keep my WordPress site online?

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.

### The package is too large to upload

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.

### Will my Google rankings survive?

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.

### Does it export custom post types?

Version 1.0 exports posts and pages. Custom post types are not included.

### Where does the export file live on my server?

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.

### Who can run the export?

Only users with the `export` capability — by default administrators (and, on single-
site installs, nobody else).

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈jekcms Migrator〉的開發相關工作。

參與者

 *   [ jekcms ](https://profiles.wordpress.org/jekcms/)

[將〈jekcms Migrator〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/jekcms-migrator)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/jekcms-migrator/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/jekcms-migrator/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/jekcms-migrator/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/jekcms-migrator/)。

## 變更記錄

#### 1.0.3

 * The plugin package no longer ships directory assets (the icon images) or translation
   files. Icons belong in the WordPress.org assets directory, and translations come
   from translate.wordpress.org. The admin screen now draws its mark inline, so 
   nothing looks different.

#### 1.0.2

 * Translations are loaded without the function WordPress has discouraged since 
   4.6, so the plugin passes Plugin Check cleanly. The bundled Turkish translation
   still loads on every supported WordPress version.
 * The All in One SEO lookup no longer builds its table name in a variable, which
   a static check could not verify as safe.
 * The version number is now the same in the plugin header, the code and this file.
   It had drifted, so exported files were stamped with an older version than the
   one running.

#### 1.0.1

 * SEO fields from All in One SEO 4 and newer are now exported. Version 4 moved 
   this data out of post meta into its own table, so nothing was picked up from 
   those sites before.
 * Rank Math’s “no index” setting is now carried across. Rank Math stores it as 
   a list rather than a single value, which the previous check missed.

#### 1.0.0

 * First release: batch export of posts, pages, terms, authors, comments, menus 
   and media, with SEO fields and a redirect map.

## 中繼資料

 *  版本 **1.0.3**
 *  最後更新 **2 週前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 5.6 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/jekcms-migrator/)
 * 標籤:
 * [content export](https://tw.wordpress.org/plugins/tags/content-export/)[export](https://tw.wordpress.org/plugins/tags/export/)
   [migrate](https://tw.wordpress.org/plugins/tags/migrate/)[migration](https://tw.wordpress.org/plugins/tags/migration/)
   [site transfer](https://tw.wordpress.org/plugins/tags/site-transfer/)
 *  [進階檢視](https://tw.wordpress.org/plugins/jekcms-migrator/advanced/)

## 評分

這個項目尚無任何評論記錄。

[撰寫評分](https://wordpress.org/support/plugin/jekcms-migrator/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/jekcms-migrator/reviews/)

## 參與者

 *   [ jekcms ](https://profiles.wordpress.org/jekcms/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/jekcms-migrator/)