Linux 软件免费装
Banner图

ideo Field Porter

开发者 jellob77
更新时间 2026年8月21日 17:28
PHP版本: 7.2 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

custom post type export import acf excel

下载

1.0.16 1.0.0 1.1.8

详情介绍:

https://youtu.be/9ZbRMFy7Kwo 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: Import features: Technical highlights: 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.

安装:

  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.

屏幕截图:

  • 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.

常见问题:

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 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.

更新日志:

1.1.8 1.1.0 1.0.16 1.0.0