Version: 2.5.1
Requires Import WP: 2.5.0
Requires Import WP PRO: 2.5.0
Import WP Advanced Custom Fields Importer Addon allows you to import into Advanced Custom Fields generated fields.
The Advanced Custom Fields Importer Addon can currently only be installed by downloading from github.com via the Releases tab of the repository.
- Download the latest version via the Releases page on github.
- Upload ‘importwp-advanced-custom-fields’ to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
A link field is made up of the following keys (title, url, target).
Enter a single key value pair
url=http://www.example.com
Multiple key value pairs are seperated by |
title=Link Title|url=http://www.example.com
Google maps fields are made up of the fillowing keys (address, lat, lng, zoom)
Enter a single key value pair
address=United Kingdom
Multiple key value pairs are seperated by |
address=United Kingdom|lat=54.219462|lng=-13.4176232|zoom=5
- FIX - skip fields with empty names e.g. tabs.
- FIX - Attachment _return value should be settings._return
- ADD - Allow importer to pre populate fields from csv using default exported field names.
- FIX - Update exporter to work with Import WP 2.7.0