wordpress-importer icon indicating copy to clipboard operation
wordpress-importer copied to clipboard

Cannot import posts with identical post title

Open olind opened this issue 4 years ago • 1 comments

In WordPress I can have posts with identical post titles but when I use wordpress exporter + importer those posts fails to import.

olind avatar Oct 27 '19 06:10 olind

This is caused by the check here: https://github.com/WordPress/wordpress-importer/blob/db1d694d94e404a01df2fd8dcabe5dafeb211948/src/class-wp-import.php#L625

The way around it is to used the filter wp_import_existing_post.

https://core.trac.wordpress.org/ticket/33721

grappler avatar Mar 06 '20 16:03 grappler