Custom fields (arbitrary name/value pairs) can be added to WordPress posts. So, we need to figure out what to do with them... How are they typically used? Ideally, we would want the ability to map particular names to Drupal fields.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | wordpress_migrate-custom_data-1056544-1.patch | 2.49 KB | dalin |
Comments
Comment #1
dalinHere's a start. This patch gets the data out of the XML into $this->currentRow
Comment #2
mikeryanNo longer applies with the recent rewrite to the source handling.
Comment #3
mikeryanThis will help with #1543302: Support for Embedit plugin, so I'll try to reroll.
Thanks.
Comment #4
mikeryanPretty simple after all...