Help with XML export: meta_key= td_post_theme_settings

Posted in: Newspaper
Post count: 45

I am using the native wordpress tool to export the news in a XML file. This is for study his structure and then make a script to upload news from another CMS. I have a question.


<wp:postmeta>
<wp:meta_key>td_post_theme_settings</wp:meta_key>
<wp:meta_value><![CDATA[a:1:{s:11:"td_subtitle";s:13:"Subtitle Here!";}]]></wp:meta_value>
</wp:postmeta>

..trying to understand the meta_value, What mean “a:1”, “s:11”, “s:13”?

thank u!

Post count: 6600

Hi,

You can find an explanation and examples in this regard here: http://wordpress.stackexchange.com/questions/88327/importing-from-xml-is-ignoring-serialized-custom-field

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.