wp-cli / export-command

Exports WordPress content to a WXR file.
MIT License
12 stars 27 forks source link

create <wp:category> elements for custom taxonomy as well #49

Closed drzraf closed 6 years ago

drzraf commented 6 years ago

As it's already done for the default one ("category").

Importer only considers custom taxonomy terms if a <wp:category> exists for the taxonomy they belong to but exporter does not create them.

Mentioning @sudar since he may have experienced a similar concern too in #42

drzraf commented 6 years ago

edit: don't merge yet... Importer may be at cause instead of exporter.

schlessera commented 6 years ago

@drzraf Any update on this? Could you confirm whether the importer is causing this or not?

schlessera commented 6 years ago

@drzraf I'm closing this for now. Just let me know if it is still a current issue and we can reopen.