內容簡介
```html
<ul>
<li>一個輕量級工具,可精確地在 WordPress 網站之間移動內容。</li>
</ul>
<h3>問題與答案:</h3>
<ul>
<li><strong>這款 WordPress 外掛的主要功能是什麼?</strong><br>
- 將單個文章或頁面以 JSON 格式匯出(包括元數據、分類和修訂版本)<br>
- 匯入先前匯出的 JSON,以在另一個網站上重建文章<br>
- 與所有公開文章類型一起使用;將當前用戶設置為匯入時的作者</li>
<li><strong>這款外掛特別適合哪些用途?</strong><br>
- 在環境之間移轉內容<br>
- 在不同網站之間複製複雜的文章<br>
- 存檔豐富的文章數據,包括修訂歷史</li>
<li><strong>這款外掛處理 UTF-8 方面有哪些優勢?</strong><br>
- 匯出 HTML 實體編碼的內容/元數據,以避免重複編碼<br>
- 匯入解碼以避免雙重編碼</li>
</ul>
```
外掛標籤
開發者團隊
原文外掛簡介
A lightweight tool to move content between WordPress sites with precision.
Features
– Export a single post or page to JSON (includes meta, terms, and revisions)
– Import a previously exported JSON to recreate the post on another site
– Works with all public post types; sets current user as the author on import
– Adds an Export action in Posts/Pages list rows
– Adds Tools → Post Import with a file upload form
– Robust UTF-8 handling: exports HTML‑entity encode content/meta; imports decode to avoid double‑encoding
Perfect for
– Migrating content between environments
– Duplicating complex posts across sites
– Archiving rich post data including revision history
