Tell us what you are trying to do?
So I have a custom field for image upload set to 'Allow multiple instances of this field'. The trouble is when using WP all import for property images via XML. So my images in the feed are formatted like this -
<ImageURL>
hidden link|hidden link|hidden link|hidden link|hidden link|hidden link|hidden link|hidden link|hidden link|hidden link|hidden link|
</ImageURL>
And so using WP all import I'd need to enter {ImageURL[1]} into the Images custom field. The problem is that for each image the urls of ALL images are imported.
With WP all import there is a dedicated image section (image3) so I wonder if I can connect image CF to this somehow?
Not sure how to work around this so some guidance would be appreciated.
Thank you!
Hello,
Toolset multiple instance custom image field is just a standard WordPress repeater field:
Same field slug, different field values.
You can follow WP all import document to setup your XML files, and import it:
hidden link
Thank you this is helpful.
One further related question.. How can add value into a relationship field using via xml feed? Thank you!
I assume the original questions of this thread is resolved, according to our support policy, we prefer one ticket one question. For other new issues, please check the new thread here:
https://toolset.com/forums/topic/how-can-add-value-into-a-relationship-field-using-via-xml-feed/
My issue is resolved now. Thank you!