[WordPress] 外掛分享: POST MIGRATION

首頁外掛目錄 › POST MIGRATION
WordPress 外掛 POST MIGRATION 的封面圖片
20+
安裝啟用
尚無評分
264 天前
最後更新
問題解決
WordPress 6.4+ PHP 8.2+ v1.1.0 上架:2025-05-17

內容簡介

總結:這個外掛提供了將個別 WordPress 文章數據遷移到另一個 WordPress 網站的功能,主要優勢在於標準的 WordPress 導入和導出工具不提供的功能。

問題與答案:
1. 標準工具無法導出圖像和其他媒體數據,如何解決這個問題?
- 這個外掛可以提取圖像和媒體數據,並將它們與 WordPress 數據庫信息一起導出到一個 ZIP 文件,從而解決這個問題。
2. 標準工具無法導出修訂版本,這個外插如何處理?
- 這個外掛提供了導出和導入修訂版本的功能。
3. 標準工具允許為每種文章類型選擇導出的內容,但無法為每個個別的文章選擇,這個外掛如何協助?
- 這個外插允許你為每個個別的文章選擇導出的內容。

<!DOCTYPE html>
<html>
<body>

<h3>問題與答案:</h3>

<ul>
<li>
<h4>標準工具無法導出圖像和其他媒體數據,如何解決這個問題?</h4>
<p>這個外掛可以提取圖像和媒體數據,並將它們與 WordPress 數據庫信息一起導出到一個 ZIP 文件,從而解決這個問題。</p>
</li>
<li>
<h4>標準工具無法導出修訂版本,這個外插如何處理?</h4>
<p>這個外掛提供了導出和導入修訂版本的功能。</p>
</li>
<li>
<h4>標準工具允許為每種文章類型選擇導出的內容,但無法為每個個別的文章選擇,這個外掛如何協助?</h4>
<p>這個外插允許你為每個個別的文章選擇導出的內容。</p>
</li>
</ul>

</body>
</html>

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「POST MIGRATION」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

This plugin provides the ability to migrate individual WordPress post data to another WordPress site.
Specifically, it provides the following features that are not provided by the standard import and export tools provided by WordPress.
1. The standard tool does not export images and other media data. Instead, the importer reads the image URL in the XML and attempts to re-download the file from a remote location. However, this requires that the import source site is public and the media file URL is accessible. If the site is local or private, the media download will fail and only an empty attachment post will be created.
This plugin extracts images and other media data and WordPress database information and exports them together in a single ZIP file, eliminating such problems.
2. The standard tool does not export revisions, but this plugin provides export and import functions.
3. The standard tool allows you to select what to export for each post type, but not for each individual post.
This plugin allows you to select what to export for each individual post.
Related Links

POST MIGRATION:Github
block-class-package:GitHub
block-class-package:Packagist
wpsetting-class-package:GitHub
wpsetting-class-package:Packagist

Arbitrary section
PHP class management is now done using Composer.
GitHub
Packagist
Third Party Libraries
This plugin uses the following third-party libraries:
FileSaver.js

Purpose: Used to enable client-side file saving functionality (e.g., downloading generated ZIP files in the browser).
Library URL: https://github.com/eligrey/FileSaver.js/
License: MIT License
Resources : https://github.com/eligrey/FileSaver.js

Copyright (c) 2016 Eli Grey.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
JSZip

Purpose: Used to create ZIP files directly on the client side in the browser.
Library URL: https://github.com/Stuk/jszip
License: MIT License

Copyright (c) 2009-2022 Stuart Knightley, David Duponchel,
Franz Buchinger, António Afonso
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon