Closed nickmoreton closed 2 years ago
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.
<item>
Issue: https://github.com/torchbox/wagtail-wordpress-import/issues/130
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