• Great plugin. It works and, well – is really simple to use!

    I am using Advanced Custom Fields with the Repeater Field Add-on so that I can display multiple items, which each have the same custom field names, on one page. The repeater fields are saved in the wp_postmeta table as follows:

    // meta_key                  meta_value
    gallery                      2                 // number of rows
    gallery_0_image              6                 // sub field value
    gallery_0_description        "some text"       // sub field value
    gallery_1_image              7                 // sub field value
    gallery_1_description        "some text"       // sub field value

    Is it possible to use Really Simple CSV Importer to import and map fields to these tables?

    Thanks, much.

    David

    https://wordpress.org/plugins/really-simple-csv-importer/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Advanced Custom Repeater Fields’ is closed to new replies.