Hello,
I have a CSV with columns like:
Images: file1.jpg;file2.jpg;file3.jpg…
Sound: urlofmysound.mp3
video: urlofmyvideo.mp4
I need to import this data (with wp-import i guess) in acf fields.
As i will manage the frontend with an elementor template, is it possible to create a gallery widget, a sound widget, a video widget that will get the url in the csv ?
For the gallery, the file are separated with ” ; ”
thanks for help
You need to use something that can deal with ACF fields. https://www.wpallimport.com/pricing
I did but the acf images gallery is empty after import.
I i manually add images in the gallery field , this what i get with WP EXPORT
https://mysite.com/wp-content/myimage1.jpg|https://mysite.com/wp-content/myimage2.jpg
So when i put the same url in file to import , the acf gallery is empty after import.
(images files are already in media library, root folder)