Support

Account

Home Forums Add-ons Repeater Field Import XML into Repeater Field

Helping

Import XML into Repeater Field

  • I am trying to import an external XML file into a repeater field.
    My XML data is exported as follow

    <wp:postmeta>
    <wp:meta_key>slideshow_img</wp:meta_key>
    <wp:meta_value><![CDATA[logo.jpg]]></wp:meta_value>
    </wp:postmeta>
    <wp:postmeta>
    <wp:meta_key>slideshow_caption</wp:meta_key>
    <wp:meta_value>
    <![CDATA[caption of image]]>
    </wp:meta_value>
    </wp:postmeta>

    this loop through each image

    How do I insert each meta into a separate repeater field?

  • I’m not exactly sure by looking at what you’ve posted exactly what you mean. But, importing into repeater fields is not something that can be easily done without an importer that will work with ACF. This one has an addon that works with ACF http://www.wpallimport.com/

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Import XML into Repeater Field’ is closed to new replies.