WP All Import will not work.
Use the provided Import Reviews tool.
Thread Starter
ska619
(@ska619)
there are additional fields in my reviews, ACF. How to import them?
What are the additional fields?
If you are using the Review Forms addon, here are the steps to import custom fields:
- Create a Review Form which includes your custom fields.
- Add a “form” column in the CSV with the Review Form’s Post ID as the value.
- Add a column for each of your custom fields with their respective values.
- Import the CSV file.
Custom field values are saved as metadata to the review, and the imported meta_keys will be prefixed with “custom_”.
Thread Starter
ska619
(@ska619)
Plugin ACF (Advanced Custom Fields)
it is convenient for them to add fields to any posttype
how can you upgrade your import for this plugin?
The Site Reviews import tool imports custom fields that work with the Review Forms addon. All custom fields are prefixed with _custom_.
If your ACF field names are prefixed with _custom_, then the Site Reviews Importer will work for them.
So for example, in the CSV file the custom field column name would be “company” and Site Reviews would import it using the meta_key: _custom_company