I've added support for the remapping of featured images. There was non working code in the class and I made it working
I also added some code that handle terms better. I sort of copied the code from the old importer. If the term is missing in the importfile, the code will check if it can't find the term by its slug in the database and link the post to this term. If the term isn't found a new term is created based on the info of the post in the import file.
I've added support for the remapping of featured images. There was non working code in the class and I made it working
I also added some code that handle terms better. I sort of copied the code from the old importer. If the term is missing in the importfile, the code will check if it can't find the term by its slug in the database and link the post to this term. If the term isn't found a new term is created based on the info of the post in the import file.
Could you merge the changes in the main repo?