hi, hoping to pick the right section of the support forum i have these things to ask about...
i have to import file from an XML not created by wordpress so i try to make the one passed to my similar to the wordpress one... i'm quite done, but i have one last issue...
in the theme i use there's a custom field about thumbs and i don't understand how this works...
the a parameter is the number of pic
i is the current image
and s??? is a parameter of my theme or is a parameter of wordpress? and if is a WP what is this?
example :
<wp:postmeta>
<wp:meta_key>thumbs</wp:meta_key>
<wp:meta_value><![CDATA[a:6:{i:0;s:75:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2915-1-300x201.jpg";i:1;s:75:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2915-2-300x201.jpg";i:2;s:75:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2915-3-201x300.jpg";i:3;s:75:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2915-4-300x201.jpg";i:4;s:67:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2915-5.jpg";i:5;s:67:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2915-6.jpg";}]]></wp:meta_value>
<wp:postmeta>
<wp:meta_key>thumbs</wp:meta_key>
<wp:meta_value><![CDATA[a:7:{i:0;s:80:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2914-1-sogg-300x225.jpg";i:1;s:82:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2914-2-cucina-300x225.jpg";i:2;s:81:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2914-3-antib-225x300.jpg";i:3;s:81:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2914-4-bagno-225x300.jpg";i:4;s:80:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2914-8-matr-300x225.jpg";i:5;s:83:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2914-12-camera-300x225.jpg";i:6;s:83:"http://www.trovacasa.ra.it/WP/wp-content/uploads/2014/03/2914-15-sottot-225x300.jpg";}]]></wp:meta_value>
</wp:postmeta>