I am trying to create a loop that pulls in each photos and captions from an xml file using wp-allimport plugin.
I am trying to pull in /picture/massive and /picture/caption from my XML Feed.
Once I do that –
[FOREACH({images/image/large}]
<img src="{.}"/>
[ENDFOREACH]
or
[FOREACH({images/image/caption}]
{.}
[ENDFOREACH]
I can get the photographs or captions superb… however how would I write it so I can pull within the photos and captions individually within the loop however have them stack on high of one another as such —
Picture 1
Caption 1
Picture 2
Caption 2
Picture 3
Caption 3
and many others…