內容簡介
jekcms Migrator 是一款專為 jekcms 設計的外掛,能將 WordPress 網站的所有內容打包成一個 .zip 檔案,方便用戶輕鬆遷移至 jekcms 平台,確保資料完整性與結構不變。
【主要功能】
• 將文章、頁面及草稿打包
• 保留分類和標籤的層級結構
• 包含作者資訊及社交檔案
• 導出已批准的評論
• 支援媒體檔案的選擇性打包
• 生成舊網址到新網址的重定向地圖
外掛標籤
開發者團隊
原文外掛簡介
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.
