ImportWP
Forum Replies Created
-
Hi @jpolkin,
Thank you for your review, the free version of ImportWP can import to custom post types as long as you have a plugin installed for that specific post type, for example it can import to WooCommerce products (which is a custom post type) if you have the free plugin installed: https://www.importwp.com/integrations/import-export-woocommerce-plugin/.
The functionality to import to custom post types is included and can be achieved by creating a custom import template (https://www.importwp.com/docs/how-to-register-a-custom-importer-template/), however the paid version of this plugin allows you to easily import to any custom post type without writing any code.
Hi paidinfull,
If the importer imports the correct future date, you then need to make sure you have your WordPress install setup correctly and make sure you have no cron issues, can be checked via Tools > Site Health.
To make sure the post is imported correctly, edit a scheduled post and check that the publish date shows the correct date.
James
Hi Giannisdel81,
Sorry it has taken so long to get back to your, the www.remarpro.com support tickets had slipped under my radar. The best way to modify the data before it is imported is using a custom method: https://www.importwp.com/docs/modifying-dates-using-custom-methods/
For example if you add the following function to your website:
function iwphd_capture_first_word($input = '') { $parts = explode(' ', $input); return $parts[0]; }
and then in the import field use, replacing {0} with your column/node selection:
[iwphd_capture_first_word(“{0}”)]
Using your example text will return 50$
Hi @giannisdel81 ,
v1.8.1 that has just been released should include a fix to better support servers that do not support the PUT or DELETE request methods, and should resolve your issue of not being able to delete importers.
Hi @rafaelzrt ,
The latest v2.8.0 of ImportWP includes a new comment import template that should allow you to import all the comment information needed, documentation for this template will be added shortly.
Hi Rafaelzrt,
Thank you for pointing out that there is currently no way to import comments, i will get this resolved shortly by adding a new comment importer template.
I will let you know when this is ready.