Import images XML LEVEL SIX
-
A software owner give me a data file where all the pictures are store into a directory such as photos.zip.txt. I should import those pictures into wordpress and assign each of their name to different post.
When i unzip the file, i have photos.txt with all the images stored like this :
name.jpg /path/author-name.jpg hashcodeExample
17135046_01_hd.jpg /photos/xx/VO/LXZY/LXZY-1713-5642.jpg f0e533cdbaea68ab1fd52f3e7e8b3825—
I have already import the “text” data file data.xml and now i want to assign picture to each of the products.
Here is the part inside the .xml about pictures
<Photos>17125046_01_hd.jpg</Photos>How can i do? Because when i just drag and drop image tag <photos> it just show the image name.
The topic ‘Import images XML LEVEL SIX’ is closed to new replies.