• Resolved brianread

    (@brianread)


    I am working on converting a Wix website to wordpress. I am writing a series of python programs to do the job.

    I need to know how to find the tablepress id as in the shortcode, from the tablepress record in the posts table. I’ve looked through the fields in the record but cannot see where the shortcode is.

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The relation between the table ID (in the Shortcode) to post ID (used in the wp_posts database table) is stored in the tablepress_tables row in the wp_options database table. Note that TablePress also adds rows to the wp_postmeta database table for each table.

    Therefore, it might actually be easier to convert the tables from the Wix site to HTML or CSV files and then use the normal table import feature of TablePress. This will ensure that everything in the database is set up correctly.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘How to relate the Tablepress id code to the entrey on the wp_posts table’ is closed to new replies.