I have a blog to import that uses the Embedit plugin. Basically, when we see [HTML1] (or any number up to nine) in the text, we want to substitute the corresponding meta text:
<wp:postmeta>
<wp:meta_key>HTML1</wp:meta_key>
<wp:meta_value><![CDATA[<p>Some HTML to embed here</p>]]></wp:meta_value>
</wp:postmeta>
Comments
Comment #1
mikeryanLooks like #1056544: Support custom fields will be a necessary prerequisite here.
Comment #2
mikeryanI like the easy ones...