Title: Flexible Content Sync for ACF
Author: RK
Published: <strong>2026 年 7 月 14 日</strong>
Last modified: 2026 年 8 月 3 日

---

搜尋外掛

![](https://ps.w.org/flexible-content-sync-for-acf/assets/banner-772x250.png?rev
=3607572)

![](https://ps.w.org/flexible-content-sync-for-acf/assets/icon-256x256.png?rev=3607572)

# Flexible Content Sync for ACF

 由 [RK](https://profiles.wordpress.org/rimkio/) 開發

[下載](https://downloads.wordpress.org/plugin/flexible-content-sync-for-acf.1.0.1.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/flexible-content-sync-for-acf/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/flexible-content-sync-for-acf/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/flexible-content-sync-for-acf/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/flexible-content-sync-for-acf/#developers)

 [技術支援](https://wordpress.org/support/plugin/flexible-content-sync-for-acf/)

## 外掛說明

Flexible Content Sync for ACF copies one post or page, with all of its content and
every ACF field value, from one WordPress site to another. Export downloads a single
JSON file; import reads that file and creates a brand new draft post with everything
rebuilt — including images, repeaters, flexible content, relationships, and taxonomy
terms.

#### Key Features

 * Export a single post/page as a self-contained JSON file.
 * Import creates a new draft post — your current content is never overwritten.
 * Full ACF field support: text-style fields, image/file, gallery, repeater, flexible
   content, group, clone, link, relationship, post object, page link, taxonomy field,
   and user field — nested at any depth (repeater inside group, group inside flexible
   content, and so on).
 * Images and files are re-downloaded into the destination site’s Media Library 
   on import.
 * Relationship/post object references are matched by post title + post type on 
   the destination site; taxonomy terms are matched by name (created if missing).
   A Link field pointing at a post on the source site is rebuilt as a link to the
   matching post on the destination site.
 * Choose which post types the Export/Import box appears on, from the Flexible Sync
   menu.
 * Quick “Import” button next to the Filter button on the post/page list table (
   opens an inline upload popover, no page reload), for enabled post types.
 * “Export” row action link on each post/page in the list table, for enabled post
   types.

#### Requirements

Requires Advanced Custom Fields (or ACF PRO) to be installed and active. Core post
fields (title, content, excerpt, featured image, taxonomies) still export/import
without ACF, but ACF field values will not.

#### Known Limitations

 * Relationship, post object, page link, and internal Link field references are 
   matched on the destination site by exact post title + post type. If no matching
   post exists there, that reference is left empty (a Link field instead keeps its
   original source-site URL) and a warning is shown after import.
 * User fields are matched by email address. If no matching user exists on the destination
   site, that reference is left empty and a warning is shown after import.
 * Fields are matched between sites by ACF field _group_ key, then field name within
   it — assuming the destination site’s field groups share the same keys as the 
   source site (true when both use the same theme/plugin or ACF Local JSON sync).
   A field group that only exists on the source site (different key, or missing 
   entirely) is simply skipped on import.
 * Import always creates a brand-new post; there is no “overwrite existing post”
   mode.

## 螢幕擷圖

[⌊Export/Import box in the post edit screen sidebar.⌉⌊Export/Import box in the post
edit screen sidebar.⌉[

Export/Import box in the post edit screen sidebar.

[⌊Settings page for choosing which post types are enabled.⌉⌊Settings page for choosing
which post types are enabled.⌉[

Settings page for choosing which post types are enabled.

## 安裝方式

 1. Upload the `flexible-content-sync-for-acf` folder to `/wp-content/plugins/`.
 2. Activate the plugin through the **Plugins** menu in WordPress.
 3. Make sure Advanced Custom Fields is active.
 4. Open any enabled post/page for editing — the **Flexible Sync** box in the sidebar
    has an **Export This Page** button.
 5. To import an exported file, go to the **Flexible Sync** menu (top-level, in the
    main admin sidebar) — importing always creates a new draft post, so it never overwrites
    the one you’re editing.
 6. Optionally, also in the **Flexible Sync** menu, choose which post types show the
    Export box (Post and Page are enabled by default).

## 常見問題集

### Does this replace ACF’s own field group export/import?

No. ACF’s built-in export/import moves _field group definitions_ (the schema). This
plugin moves the _content_ of one specific post — the actual field values — assuming
the destination site already has matching ACF field groups set up (for example, 
via ACF’s Local JSON, or because both sites share the same theme/plugin).

### What happens to images in the post content editor (the WYSIWYG field) or a Repeater/Flexible Content sub-field?

Image URLs inside rich text content are left as absolute URLs pointing back to the
source site. ACF image/file/gallery _fields_ (not raw HTML) are the ones that get
downloaded into the destination Media Library.

### Can I import into an existing post instead of creating a new one?

Not in this version — import always creates a new draft post, so you never risk 
losing existing content.

## 使用者評論

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

## 參與者及開發者

以下人員參與了開源軟體〈Flexible Content Sync for ACF〉的開發相關工作。

參與者

 *   [ RK ](https://profiles.wordpress.org/rimkio/)

[將〈Flexible Content Sync for ACF〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/flexible-content-sync-for-acf)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/flexible-content-sync-for-acf/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/flexible-content-sync-for-acf/)，
或透過 [RSS](https://plugins.trac.wordpress.org/log/flexible-content-sync-for-acf/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/flexible-content-sync-for-acf/)。

## 變更記錄

#### 1.0.1

 * Fix: a repeater or flexible content field nested inside a Group or Clone field
   exported empty instead of its actual values.

#### 1.0.0

 * Initial release.
 * Export a single post/page (core fields, featured image, taxonomies, and every
   ACF field) to JSON.
 * Import creates a new draft post, re-downloading media and remapping relationship/
   taxonomy/user references.
 * Settings page to choose enabled post types.
 * Import button on the post/page list table, next to Filter, for enabled post types.

## 中繼資料

 *  版本 **1.0.1**
 *  最後更新 **3 天前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 6.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **7.0.2**
 *  PHP 版本需求 ** 8.0 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/flexible-content-sync-for-acf/)
 * 標籤:
 * [acf](https://tw.wordpress.org/plugins/tags/acf/)[content](https://tw.wordpress.org/plugins/tags/content/)
   [export](https://tw.wordpress.org/plugins/tags/export/)[import](https://tw.wordpress.org/plugins/tags/import/)
 *  [進階檢視](https://tw.wordpress.org/plugins/flexible-content-sync-for-acf/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/flexible-content-sync-for-acf/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/flexible-content-sync-for-acf/reviews/)

## 參與者

 *   [ RK ](https://profiles.wordpress.org/rimkio/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/flexible-content-sync-for-acf/)