Pro Services Post Migrator

外掛說明

Pro Services Post Migrator helps teams move post content between WordPress sites without the usual migration friction.

Choose the workflow that fits your project:

  • Export/Import package workflow for controlled handoffs between environments.
  • Direct site-to-site workflow over WordPress REST API using a secure connection key.

Built for reliability in real migrations:

  • Batch processing for better performance on large content sets.
  • Re-runnable imports with mapping tables to skip already migrated posts and media.
  • Referenced media migration with URL and ID rewrites in post content and meta.
  • Taxonomy migration for categories, tags, and custom taxonomies (with omit controls).
  • Missing author handling with saved assignment/create preferences.
  • Detailed migration logs for troubleshooting and reporting.

Scope notes:

  • Migrates the built-in post post type.
  • Supports post statuses: publish, future, draft, pending, private, trash.
  • Designed for single-site WordPress installs (multisite is not supported).

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/ or install it through the WordPress Plugins screen.
  2. Activate the plugin through the “Plugins” screen in WordPress.
  3. Open “Pro Services Post Migrator” in wp-admin.
  4. On the source site, generate a connection key or create an export package.
  5. On the destination site, choose your migration method and run the import.

常見問題集

What content does this plugin migrate?

It migrates WordPress posts (post), including supported statuses, post meta, assigned taxonomies, featured images, and referenced media.

Can I migrate custom post types?

Not in this version. The plugin is intentionally focused on post content.

Does this work with multisite?

No. This plugin supports single-site WordPress installs only.

Is direct migration secure?

Direct migration uses a source-generated connection key sent in request headers. You should run migrations over HTTPS.

使用者評論

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

參與者及開發者

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

參與者

將〈Pro Services Post Migrator〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.2

  • Renamed the plugin slug, text domain, filenames, and internal prefixes to pro-services-post-migrator / pspm_.
  • Removed the invalid Plugin URI header.
  • Updated the contributor list to match the WordPress.org plugin owner username.
  • Added compatibility migration for legacy spm_* options, tables, and saved local storage values.

1.0.1

  • Added WordPress.org repository readme metadata and improved marketing description.
  • Added plugin header fields for license, URI, and text domain metadata.
  • Fixed an import package bug that referenced undefined variables during option updates.
  • Hardened package path validation and direct source URL validation.
  • Improved sanitization/unslashing for export download request parameters.

1.0.0

  • Initial release.