Importly Field Mapper for ACF

描述

Importly Field Mapper for ACF extends the WP All Import template flow with an ACF mapping step:

  1. Open the WP All Import Step 3 mapping screen.
  2. Map values in the “ACF Fields (Free)” section.
  3. Run the import to update ACF values per post.

Supports ACF free version and common field types including text, number, checkbox, true/false, date picker, image URL, and file URL.

Requirements

  • WP All Import plugin
  • Advanced Custom Fields plugin

Features

  • Detects ACF field groups via acf_get_field_groups() and acf_get_fields()
  • Integrates natively into WP All Import Step 3 (template/mapping screen)
  • Stores mappings in WP All Import import options/templates
  • Updates ACF values using update_field()
  • Handles media URLs for image/file with sideloading
  • Includes debug logging mode for troubleshooting
  • Compatible with public custom post types

螢幕截圖

安裝

  1. Upload the importly-field-mapper folder to /wp-content/plugins/
  2. Activate the plugin in WordPress admin
  3. Ensure WP All Import and Advanced Custom Fields are installed and active.
  4. Create/edit an import in WP All Import and map fields in “ACF Fields (Free)”

常見問題

Does this require ACF Pro?

No. The plugin targets ACF free and does not require ACF Pro.

Can I import into custom post types?

Yes. Choose any public post type during mapping.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Importly Field Mapper for ACF” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Importly Field Mapper for ACF 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.0

  • Initial release.