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://ko.wordpress.org/plugins/exporter-for-webflow/#description)
 * [평가](https://ko.wordpress.org/plugins/exporter-for-webflow/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/exporter-for-webflow/#installation)
 * [개발](https://ko.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⌉⌊Main Interface – Configure your content type, path prefix, and export taxonomy
data⌉[

**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⌉⌊Field Mapping – Map WordPress fields to Webflow collection fields with
Smart Match suggestions⌉[

**Field Mapping** – Map WordPress fields to Webflow collection fields with Smart
Match suggestions

[⌊Export Options – Run quality audits and batch export with progress tracking⌉⌊Export
Options – Run quality audits and batch export with progress tracking⌉[

**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/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/exporter-for-webflow/)을 [RSS](https://plugins.trac.wordpress.org/log/exporter-for-webflow/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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+**
 *  워드프레스 버전 ** 5.8 또는 그 이상 **
 *  다음까지 시험됨: **6.9.4**
 *  PHP 버전 ** 7.4 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/exporter-for-webflow/)
 * 태그:
 * [cms](https://ko.wordpress.org/plugins/tags/cms/)[csv](https://ko.wordpress.org/plugins/tags/csv/)
   [export](https://ko.wordpress.org/plugins/tags/export/)[migration](https://ko.wordpress.org/plugins/tags/migration/)
   [webflow](https://ko.wordpress.org/plugins/tags/webflow/)
 *  [고급 보기](https://ko.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)