Hi
Thank you for reaching out to us.
For images, this plugin supports two methods: either import them into the Media Library first and use their URL like https://yourdomain.com/wp-content/uploads/2024/09/my-cat.jpg
or upload them to your domain somewhere plugin and use their URL, plugin will add them to the Media Library like
https://yourdomain.com/images/my-cat.jpg
We are also planning to add support for external images in a future release.
If you are trying to import posts and custom posts, the column name will be post_date if you are importing pages, it will be page_date and if you are importing products, the column to use is product_date
The plugin is importing dates correctly, as we have just checked and confirmed.
Please check a screenshot.
https://drive.google.com/file/d/1Vo_vunKVAbd6j6NxwcDzajLMBxr2ZVGe/view?usp=sharing
Please note that post_date imports only the date, without a specific time. Currently its importing posts with specified date with current time. We will add time support in a future update.
Example data
Month/Day/Year —> 12/05/2022
Day/Month/Year –> 20/04/2021
Please let me know if you need further assistance.
Thank you
Mobeen
Can you share your CSV file with us? This will help us figure out why post_date is not working for you.
Post time is now supported in CSV Importer Plus for ACF version 1.3.4.
You can set the post_date in your CSV file using these formats:
d/m/Y –> 18/07/2025
d/m/Y –> 18/07/2025 07:45 PM
d/m/Y –> 18/07/2025 08:20:00 AM
if the post_date field is empty, the plugin will use the current date and time. If it contains only a date, the plugin will use that date with the current time. If both a date and time are provided, the plugin will use them exactly as given.