bolt / ImportWXR

[Bolt Extension] An Import filter for WXR files, as created by Wordpress or PivotX
MIT License
14 stars 5 forks source link

Importing Bonus fields (extrafields) from PivotX works #7

Open hansfn opened 9 years ago

hansfn commented 9 years ago

This is just FYI.

I'll document it in the PivotX WXRExport extension, but a short explanation:

  1. WXRExport exports extrafields in wp:postmeta elements (with a given prefix).
  2. ImportWXR turns wp:postmeta elements into normal fields.

Just update importwxr.bolt.yml and contenttypes.yml so these fields are handled.