Hi everyone,
I have custom post type, so for this post type I have created multiple custom fields using ACF Pro. For same post type I have created data import functionality and it’s working properly.
All data is imported and shown in admin properly.
But I can’t access this data in front ( User ) end.
Then I updated a post and check the front side it was working properly.
So, Please help me with this without updating each post manually, because there is a lot of data.
Thank you
ACF stores 2 values in the DB, the value of the field and a field key reference. Without the field key reference ACF cannot process the field value. This means that your import must also insert the field key reference values.