Volume Post Sync Manager

外掛說明

Post Sync Manager lets you move posts between your local, staging, and production WordPress sites with a single click — directly from the Gutenberg editor.

Free features:
* Push and pull posts, pages, and custom post types between environments
* Sync status indicator (in sync, remote newer, local newer, conflict)
* Secret-key authentication between sites
* Full sync log with pagination

Pro version features:
* Bulk sync page with per-row push, pull, and status check

External Services

This plugin communicates only between your own WordPress sites when pushing or pulling posts. No data is routed through any third-party server.

  • What is sent: post content, post meta, and media attachments belonging to the post being synced
  • Where it goes: directly to the remote WordPress site URL you configure in Settings
  • Authentication: requests are authenticated with a secret key you set — no external accounts required

安裝方式

  1. Upload the plugin folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Post Sync Manager Settings and set your environment name and secret key
  4. Add your remote environments (URL + their secret key)
  5. Open any post or page in the Gutenberg editor — the Post Sync Manager panel will appear in the sidebar

常見問題集

How does authentication work?

Each site has a secret key. When pushing or pulling, the request is signed with the destination site’s secret key. Requests with an invalid or missing key are rejected.

Does it sync media?

Yes. Featured images and inline images are included when syncing a post.

Can I sync custom post types?

Yes. The free plugin supports all public post types, including custom post types.

I’m migrating my site — will my settings be preserved?

Post Sync Manager stores its data in two custom database tables: {prefix}post_sync_manager (your environment configuration and secret keys) and {prefix}post_sync_log (sync history). When migrating, exclude both tables to preserve your destination site’s settings. In WP Migrate DB Pro, go to Advanced Settings and add both table names to the excluded tables list. In All-in-One WP Migration, use the Advanced Options to exclude them. If you do a full migration without excluding these tables, go to Post Sync Manager Settings and reconfigure your environment before syncing.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Volume Post Sync Manager〉的開發相關工作。

參與者

將〈Volume Post Sync Manager〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release