• You have to create the custom posts by hand, one by one, from the admin. If you import them bulk, the custom table will not be updated. I have a custom post already created that I want to transfer to custom table; if I go to a post and update it, nothing happens, the data is not saved in the custom table.

Viewing 1 replies (of 1 total)
  • Plugin Author Abhishek

    (@abhisheksatre)

    Hi,

    Currently our plugin does not support migration of existing data. It stores data in a custom table whenever you manually create/update an article.

    You can follow these steps to import existing data to custom table:

    1. Export postmeta data to CSV.
      Install the WP ALL EXPORT plugin. Export the existing ACF data, with each ACF field value corresponding to a separate column in CSV format. Additionally, include the post ID as a separate column labeled “post_id” during export.
    2. Open exported CSV and verify CSV column names with custom table columns
    3. Import this CSV into the custom table using database GUI tools like TablePlus, phpMyAdmin.

    Regarding data is not saved in the custom table:
    Please ensure that the custom table is enabled for the ACF Field group and that the field group is associated with your custom post.

    Please email your ACF field group details on [email protected] to debug the issue further.

Viewing 1 replies (of 1 total)
  • The topic ‘Great plugin, but lacks basic functionality’ is closed to new replies.