Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorized as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Docs

Import Advanced Custom Fields data from XML / CSV files

The Advanced custom fields integration from Import WP PRO allows you to import data to ACF from any XML or CSV file, download the import wp ACF addon here.

The Advanced custom fields integration extends the custom fields section of Import WP by allowing you to choose any ACF field via the custom fields dropdown, switching to the correct field type for the selected field.

Import ACF field data

Select the field you wish to import to from the custom field name dropdown, this will automatically switch to the correct field type. All Advanced custom field names will be prefixed with ACF and the group name.

ACF file, image and gallery fields all use the attachment field type, to import multiple images the field seperate each image in the value field with a comma.

The ACF link field accepts 3 attributes, each attribute value should be prefixed with the attribute name followed by an = symbol, to add multiple attributes seperate each attribute using a pipe | symbol.

AttributeDescription
titleText displayed to the user to click.
urlThe link destination either an anchor or hyperlink
targetChoose if the link open in the same (_self) or new window (_blank)

Import ACF Google maps field data

The ACF google maps field accepts 4 attributes to set the location each attribute value should be prefixed with the attribute name followed by an = symbol, to add multiple attributes seperate each attribute using a pipe | symbol.

AttributeDescription
addressThe text address of the location
latLocation latidude
lngLocation longitude
zoomZoom level

Import ACF true or false field value

The ACF true or false field expects either a true (yes, 1) or false (no, 0) value.

Import ACF date / time fields values

ACF date and time fields expect a date time string depending on the field type.

Import ACF post object, relationship, taxonomy, or user field data

ACF post object, relationship taxonomy or user fields expect a comma seperated list of object ids, use custom methods to correctly get the object id from your field value.

Import ACF repeater field data

Check out our guide on importing any xml or csv file into advanced custom fields repeater fields.