Hi,
at the moment it is not possible to import a date post.
For replacing we will add some WordPress Filters where you can change title etc. As you can see we have added a ticket for that here. There you can see what work have been done on filtering.
https://github.com/awsmug/Fanpage-import/issues/12
Greetings,
Sven
Hi,
I have added some filters for entries here:
apply_filters( 'fbfpi_entry_title', $title, $string )
apply_filters( 'fbfpi_import_post_excerpt', $post_excerpt, $entry )
apply_filters( 'fbfpi_import_post_picture_url', $picture_url, $entry )
apply_filters( 'fbfpi_import_post_date', $date, $entry )
apply_filters( 'fbfpi_import_post_tags', $tags, $entry )
Maybe this helps you.
Greetings,
Sven