Title: Exporter for Webflow
Author: Flow Guys
Published: <strong>2026 年 3 月 2 日</strong>
Last modified: 2026 年 3 月 19 日

---

搜尋外掛

![](https://ps.w.org/exporter-for-webflow/assets/banner-772x250.png?rev=3472753)

![](https://ps.w.org/exporter-for-webflow/assets/icon.svg?rev=3472753)

# Exporter for Webflow

 由 [Flow Guys](https://profiles.wordpress.org/flowguys/) 開發

[下載](https://downloads.wordpress.org/plugin/exporter-for-webflow.1.2.0.zip)

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

 [技術支援](https://wordpress.org/support/plugin/exporter-for-webflow/)

## 外掛說明

A powerful WordPress plugin to export posts, pages, and custom post types into Webflow-
ready CSV formats.

### Features

 * **Post & Page Export** – Export any post type with custom field mappings
 * **Taxonomy Export** – Export categories, tags, and custom taxonomies
 * **Rich Text Support** – Proper HTML formatting for Webflow Rich Text fields
 * **Multi-Reference Fields** – Category/taxonomy slugs formatted for Webflow
 * **Image URLs** – Absolute URLs for featured images and in-content media
 * **Smart Match** – Connect Webflow API to auto-map fields to your collections
 * **Redirects Export** – Generate 301 redirect CSVs for SEO preservation
 * **4MB Limit Handling** – Automatic detection with option to split into multiple
   files (ZIP)
 * **Quality Audit** – Check for issues before export (missing images, short content,
   etc.)

#### Developer Mode Features

 * **Partial Export** – Limit exports by post count or date range
 * **Advanced Fields** – Access author IDs, parent slugs, and other advanced mappings

### Usage

 1. Select your content type (Posts, Pages, or any CPT)
 2. Configure field mappings (or use Smart Match with Webflow API)
 3. Run Quality Audit to check for issues
 4. Click “Run Batch Export” to generate CSV
 5. Import the CSV into your Webflow CMS collection

#### Recommended Import Order

 1. Export and import **Taxonomies** first (Categories, Tags)
 2. Export and import **Authors** if using author references
 3. Export and import **Posts/Pages** last (so references resolve correctly)

### External services

This plugin optionally connects to the **Webflow API** to power its “Smart Match”
feature.

#### What data is sent?

When you enter a Webflow Site API Token and use the Smart Match feature, the plugin
sends your API token to the Webflow API to retrieve your site’s CMS Collections 
and their field schemas. **No WordPress content is sent to Webflow through this 
plugin.**

#### When is data sent?

Data is only sent when you actively use the Smart Match feature by entering an API
token and clicking to load collections or field schemas. No data is sent automatically
or in the background.

#### Service details

 * **Service provider:** Webflow, Inc.
 * **API endpoint:** `https://api.webflow.com/v2/`
 * **Terms of Service:** [https://webflow.com/legal/terms](https://webflow.com/legal/terms)
 * **Privacy Policy:** [https://webflow.com/legal/privacy](https://webflow.com/legal/privacy)

## 螢幕擷圖

 * [[
 * **Main Interface** – Configure your content type, path prefix, and export taxonomy
   data
 * [[
 * **Field Mapping** – Map WordPress fields to Webflow collection fields with Smart
   Match suggestions
 * [[
 * **Export Options** – Run quality audits and batch export with progress tracking

## 安裝方式

 1. Upload the `exporter-for-webflow` folder to `/wp-content/plugins/`
 2. Activate the plugin through the WordPress admin
 3. Go to **Tools  Export for Webflow**

## 使用者評論

![](https://secure.gravatar.com/avatar/43b818f457293241ffba4bcebd8971f13e20cf5f7fb16a3297b7d451cbfa9bc8?
s=60&d=retro&r=g)

### 󠀁[Best Free WordPress to Webflow Migration Plugin for Agencies](https://wordpress.org/support/topic/best-free-wordpress-to-webflow-migration-plugin-for-agencies/)󠁿

 [Deuce Creative](https://profiles.wordpress.org/deucecreative/) 2026 年 3 月 9 
日

As an agency, time is our most valuable currency. Even as a free tool, this plugin
provides a massive efficiency gain for our migration workflow. What used to take
our team hours of manual CSV formatting and image scraping is now handled in minutes.
The ‘Smart Match’ feature and content audit ensure we deliver a clean, error-free
CMS to our clients every time. It’s an essential utility for any professional team
looking to scale their migration process without overhead.

 [ 閱讀全部 1 則使用者評論 ](https://wordpress.org/support/plugin/exporter-for-webflow/reviews/)

## 參與者及開發者

以下人員參與了開源軟體〈Exporter for Webflow〉的開發相關工作。

參與者

 *   [ Flow Guys ](https://profiles.wordpress.org/flowguys/)

[將〈Exporter for Webflow〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/exporter-for-webflow)

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

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

## 變更記錄

#### 1.2.0

 * Native extraction of ACF Block data embedded inside Gutenberg post content.
 * New WP-CLI command integration to run exports seamlessly from the terminal.
 * Field categorization in the “Add WP Field to Export” dropdown.
 * “Quick Add” buttons to instantly map all fields from a specific category.
 * CSV and ZIP export filenames now append exact timestamps (Hour, Minute, Second)
   to prevent overwrites.

#### 1.1.0

 * ACF field support: image, gallery, and file fields now export as full URLs instead
   of attachment IDs.
 * ACF field support: true/false fields export as “true”/”false” instead of “1”/”
   0″.
 * ACF field support: select, checkbox, link, and WYSIWYG fields now export Webflow-
   compatible values.
 * Smart detection of image galleries stored as serialized attachment IDs.
 * Fixed meta field discovery on WordPress 6.9+ (fields were not appearing in the
   dropdown).
 * Fixed inconsistent multi-value delimiter for Webflow CSV import compatibility.

#### 1.0.0

 * Initial release.
 * Support for Posts, Pages, and Custom Post Types.
 * Rich Text cleaning and formatting for Webflow.
 * Automatic CSV definition generation.

## 中繼資料

 *  版本 **1.2.0**
 *  最後更新 **3 個月前**
 *  啟用安裝數 **20+**
 *  WordPress 版本需求 ** 5.8 或更新版本 **
 *  已測試相容的 WordPress 版本 **6.9.4**
 *  PHP 版本需求 ** 7.4 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/exporter-for-webflow/)
 * 標籤:
 * [cms](https://tw.wordpress.org/plugins/tags/cms/)[csv](https://tw.wordpress.org/plugins/tags/csv/)
   [export](https://tw.wordpress.org/plugins/tags/export/)[migration](https://tw.wordpress.org/plugins/tags/migration/)
   [webflow](https://tw.wordpress.org/plugins/tags/webflow/)
 *  [進階檢視](https://tw.wordpress.org/plugins/exporter-for-webflow/advanced/)

## 評分

 5 星，滿分為 5 星

 *  [  1 個 5 星使用者評論     ](https://wordpress.org/support/plugin/exporter-for-webflow/reviews/?filter=5)
 *  [  0 個 4 星使用者評論     ](https://wordpress.org/support/plugin/exporter-for-webflow/reviews/?filter=4)
 *  [  0 個 3 星使用者評論     ](https://wordpress.org/support/plugin/exporter-for-webflow/reviews/?filter=3)
 *  [  0 個 2 星使用者評論     ](https://wordpress.org/support/plugin/exporter-for-webflow/reviews/?filter=2)
 *  [  0 個 1 星使用者評論     ](https://wordpress.org/support/plugin/exporter-for-webflow/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/exporter-for-webflow/reviews/#new-post)

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

## 參與者

 *   [ Flow Guys ](https://profiles.wordpress.org/flowguys/)

## 技術支援

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

 [檢視技術支援論壇](https://wordpress.org/support/plugin/exporter-for-webflow/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](https://flowguys.com)