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

mikeryan’s picture

Looks like #1056544: Support custom fields will be a necessary prerequisite here.

mikeryan’s picture

Status: Active » Fixed

I like the easy ones...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.