I am experiencing an issue with displaying data in custom fields within a custom post type named "Concerts" that I created using Toolset on my local WordPress development environment powered by Local on a MacBook.
To populate the custom fields, I used the WP Import Export Lite plugin (https://wordpress.org/plugins/wp-import-export-lite/) to import data from a CSV file. The import process completes successfully, and the data is correctly mapped to the respective custom fields as verified in the wp_postmeta table. However, the custom fields appear blank when I view the individual concert posts in the WordPress admin dashboard.
Here's a brief overview of the steps I followed and the issue:
Created a custom post type "Concerts" and associated custom fields using Toolset.
Imported data from a CSV file, mapping columns to the corresponding field slugs in Toolset.
Verified that data is correctly entered into the wp_postmeta table.
Observed that the custom fields are not displaying the imported data in the WordPress backend.
Screenshots for reference:
WP Import Export Lite setup - field mapping: hidden link
Missing field on a Concert listing: hidden link
Database Post Meta Entries: hidden link
I have ensured all mappings and configurations are correct and am seeking your expertise to resolve why the imported data is not being displayed in the Toolset custom fields in the admin interface.