WP All Import – create multiple file path with [FOREACH]
-
I need to solve following obstacle to create variable file-path:
The FOREACH shortcode returns a specific XML-field like this:
[FOREACH({Filename})] {.} [ENDFOREACH]<br>
Resulting in
Filename 1
Filename 2
Filename 3
etc.That’s fine but I need to do this:
fix/{CAT[1]}/Filename 1
fix/{CAT[1]}/Filename 2
fix/{CAT[1]}/Filename 3
etc.…where {CAT[1]} is a variable output of the XML.
Any ideas?
Thank you very much for your help in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘WP All Import – create multiple file path with [FOREACH]’ is closed to new replies.