torchbox / wagtail-wordpress-import

A package for Wagtail CMS to import WordPress blog content from an XML file into Wagtail
MIT License
44 stars 16 forks source link

Empty item title breaks import #135

Closed nickmoreton closed 2 years ago

nickmoreton commented 2 years ago

Generate a page title if XML item has no title.

Sometimes a <item> representing a post in the XML export can have an empty title. A test XML used form here: https://codex.wordpress.org/Theme_Unit_Test highlighted the issue. We also had some feedback regarding this.

Issue: https://github.com/torchbox/wagtail-wordpress-import/issues/130