Title: ideo Field Porter
Author: ideo
Published: <strong>July 18, 2026</strong>
Last modified: August 18, 2026

---

Search plugins

![](https://ps.w.org/ideo-field-porter/assets/banner-772x250.png?rev=3652489)

![](https://ps.w.org/ideo-field-porter/assets/icon-256x256.png?rev=3652489)

# ideo Field Porter

 By [ideo](https://profiles.wordpress.org/jellob77/)

[Download](https://downloads.wordpress.org/plugin/ideo-field-porter.1.1.8.zip)

 * [Details](https://vec.wordpress.org/plugins/ideo-field-porter/#description)
 * [Reviews](https://vec.wordpress.org/plugins/ideo-field-porter/#reviews)
 *  [Installation](https://vec.wordpress.org/plugins/ideo-field-porter/#installation)
 * [Development](https://vec.wordpress.org/plugins/ideo-field-porter/#developers)

 [Support](https://wordpress.org/support/plugin/ideo-field-porter/)

## Description

**ideo Field Porter** lets you import and export WordPress posts (standard or custom
post types) to and from spreadsheet files, with complete support for Advanced Custom
Fields (ACF) and taxonomies.

**Export features:**

 * Export any public post type to `.xlsx`, `.csv` or `.xml`
 * Live, directly editable export preview — drag-and-drop column reordering, inline
   header renaming, per-column value separator, and zoom
 * Supports all ACF field types: text, number, select, checkbox, radio, button group,
   relationship, post object, repeater, group, image, file, gallery, taxonomy, user,
   date, true/false, link, flexible content…
 * Taxonomies and featured images are included
 * Native XLSX generation — no external library required

**Import features:**

 * Import `.xlsx`, `.csv` or `.xml` files
 * Drag-and-drop file upload with live preview
 * Step-by-step column mapping UI with auto-match
 * Save and reuse mapping profiles
 * Undo last import in one click
 * Duplicate detection by post title, with optional overwrite of existing posts
 * Supports all ACF field types listed above
 * Taxonomies and featured images resolved from the existing media library

**Technical highlights:**

 * No spreadsheet libraries required — uses only PHP’s built-in `ZipArchive` and`
   SimpleXML`
 * No Composer, no npm
 * One submenu per post type, automatically registered
 * Full nonce and capability checks on every action — Administrators can grant Export/
   Import access to other roles (Editor, Author, or any custom role) from Settings
   Access
 * Bilingual: English and French

#### Need more?

For nested ACF structures (Repeaters inside Groups, Flexible Content, etc.), multi-
sheet export by taxonomy or ACF choice field, an import test run, log export to 
CSV, custom Excel header colours, and a dark mode, check out **[ideo Field Porter PRO](https://checkout.freemius.com/plugin/34453/plan/56696/)**.

## Screenshots

[⌊Export — the live preview table: drag columns to reorder, click a header to rename,
and see every field (including multi-value ones) exactly as it will export.⌉⌊Export—
the live preview table: drag columns to reorder, click a header to rename, and see
every field (including multi-value ones) exactly as it will export.⌉[

Export — the live preview table: drag columns to reorder, click a header to rename,
and see every field (including multi-value ones) exactly as it will export.

[⌊Export result — the generated Excel file, opened: columns, colours and multi-entry
fields intact.⌉⌊Export result — the generated Excel file, opened: columns, colours
and multi-entry fields intact.⌉[

Export result — the generated Excel file, opened: columns, colours and multi-entry
fields intact.

[⌊Import — map each spreadsheet column to its WordPress/ACF destination field.⌉⌊
Import — map each spreadsheet column to its WordPress/ACF destination field.⌉[

Import — map each spreadsheet column to its WordPress/ACF destination field.

## Installation

 1. Upload the `ideo-field-porter` folder to `/wp-content/plugins/`.
 2. Activate the plugin from **Plugins  Installed Plugins**.
 3. A **ideo Field Porter** submenu will appear under each active post type in the 
    WordPress admin (see **Settings  ideo Field Porter** to choose which post types
    are enabled).
 4. ACF is not required for basic title/taxonomy/featured image export-import, but 
    is needed for custom field support.

## FAQ

### Does this plugin require Advanced Custom Fields?

No. The plugin works without ACF for standard fields (title, taxonomies, featured
image). ACF fields are detected automatically when ACF is active.

### Does it require ACF Pro or does ACF Free work?

Both ACF Free and ACF Pro are supported.

### Does it use any external service or send data anywhere?

All spreadsheet processing (export/import) is done locally on your server — no post
content or field data is ever sent anywhere.

The plugin uses the Freemius SDK for license management, plugin updates, and optional
usage analytics. On first activation, you’re shown a clear opt-in screen — declining
has no effect on the plugin’s functionality. If you opt in, basic environment data(
WordPress/PHP versions, active plugins, site URL) is shared with Freemius to help
improve compatibility. See [Freemius’s privacy policy](https://freemius.com/privacy/)
for details.

### What PHP extensions are required?

ZipArchive (for `.xlsx` files) and `SimpleXML` (for `.xml` files). Both are included
by default in all standard PHP installations. The plugin checks for these on activation
and displays an admin notice if they are missing.

### Can I import images?

Yes, for featured images and ACF image/file/gallery fields. The image must already
exist in your WordPress media library. The import resolves URLs or relative paths
to the correct attachment ID.

### What happens if a post with the same title already exists?

Before the import runs, a dialog lists any spreadsheet rows that match an existing
post by title. You choose right there — replace all of them, replace only the ones
you check, or ignore them and skip those rows. It’s a per-import choice, not a Settings
toggle.

### Can I undo an import?

Yes. Immediately after an import, an **Undo import** button lets you permanently
delete all posts created during that import session.

### Does this handle nested ACF structures (Repeater inside Group, etc.)?

The free version exports and imports using a flat, one-row-per-post structure: Group
fields are serialised into a single cell (one line per sub-field), while Repeater
fields use one column per row/iteration. Full Hierarchical mode (structured multi-
level spreadsheets) is available in ideo Field Porter PRO.

### What happens if I later install ideo Field Porter PRO?

PRO automatically switches this free version off and keeps all your existing settings(
active post types, import behaviour, media URL format, mapping profiles) — no need
to deactivate anything yourself first.

### Can other user roles access the plugin?

By default, only Administrators can use ideo Field Porter. From **Settings  Access**,
an Administrator can grant Export/Import access to other roles too — built-in ones
like Editor or Author, or any custom role registered by another plugin or theme 
on your site. The Access section itself (and the “Restore default settings” button)
stays visible only to Administrators, so granting access to a role never lets that
role decide who else gets it.

### Does this work with large sites?

Yes. Export has been tested successfully with 30,000 posts under a 256MB PHP memory
limit (about 24 seconds) — posts are fetched and processed in bounded batches instead
of loading the whole post type into memory at once. Import of the same 30,000 rows
also completed successfully (about 6 minutes, using only 142MB of that 256MB limit)—
each row creates a real WordPress post, so time rather than memory is the limiting
factor there.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“ideo Field Porter” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ ideo ](https://profiles.wordpress.org/jellob77/)

[Translate “ideo Field Porter” into your language.](https://translate.wordpress.org/projects/wp-plugins/ideo-field-porter)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ideo-field-porter/),
check out the [SVN repository](https://plugins.svn.wordpress.org/ideo-field-porter/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/ideo-field-porter/)
by [RSS](https://plugins.trac.wordpress.org/log/ideo-field-porter/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.8

 * Improved: dragging a column to reorder it in the Export preview now moves the
   whole column — header and rows together — instead of just the header.
 * Fixed: a Repeater field’s Export preview cell only showed its first entry — every
   entry now shows (numbered #1, #2… when there’s more than one, matching the “Field#
   1”, “Field #2″… columns the exported file itself has always had). Only the on-
   screen preview was affected.
 * Hardened: an ACF True/False field explicitly set to “No” is now guaranteed to
   export as “0” rather than risk an empty cell.
 * Improved: Settings  Access now shows each role’s name on its own, with the technical
   slug and the “Administrator always has access” note moved to a hover tooltip 
   instead of cluttering the list.

#### 1.1.0

 * Improved: the Export preview is now a live, directly editable table — drag-and-
   drop column reordering, inline header renaming, per-column separator, and zoom,
   replacing the old static preview modal.
 * Improved: much faster imports on large files — duplicate-title detection now 
   uses a single batched lookup instead of one database query per row.
 * Fixed: exporting large post types no longer risks running out of memory — posts
   are now fetched and processed in bounded batches instead of all at once.
 * Fixed: duplicate titles within the same import file no longer inflate the duplicate
   count.

#### 1.0.16

 * Added: quick “Account” link on the Settings page to manage your license.
 * Improved: Settings page header layout — better alignment and spacing at every
   screen width, including correct behaviour alongside the WordPress admin sidebar(
   collapsed, expanded, or on mobile).
 * Fixed: some notices could get visually trapped under the Settings page header,
   hiding their close button.
 * Improved: Preview window now shows 5 rows instead of 3.
 * Added: a demo video link to the plugin description.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **1.1.8**
 *  Last updated **3 weeks ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.2 or higher **
 *  Tested up to **7.0.4**
 *  PHP version ** 7.2 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/ideo-field-porter/)
 * Tags
 * [acf](https://vec.wordpress.org/plugins/tags/acf/)[custom post type](https://vec.wordpress.org/plugins/tags/custom-post-type/)
   [excel](https://vec.wordpress.org/plugins/tags/excel/)[export](https://vec.wordpress.org/plugins/tags/export/)
   [import](https://vec.wordpress.org/plugins/tags/import/)
 *  [Advanced View](https://vec.wordpress.org/plugins/ideo-field-porter/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/ideo-field-porter/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ideo-field-porter/reviews/)

## Contributors

 *   [ ideo ](https://profiles.wordpress.org/jellob77/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ideo-field-porter/)