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

Refactor date getters #109

Closed nickmoreton closed 2 years ago

nickmoreton commented 2 years ago

An alternative XML to import from has missing date fields

if wp:post_modified_gmt is not available in the XML return wp:post_date_gmt

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