• Resolved drrob67

    (@drrob67)


    Hi Nate,
    For a customer I just created a whole new website on a different folder. I’m planning to go live tomorrow, but there are still a 20 bookings in the future. Is there a simple way to export these and import in the new DB?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @drrob67,

    I would encourage you to check out WP All Import/Export. It’s a great tool for selectively pulling out specific things from one database and getting them inserted correctly into another database.

    Thread Starter drrob67

    (@drrob67)

    ok I already fixed it. Only thing missing are the email addresses and phone numbers. I had a look in the db and filter on post_type RTB-booking but these fields also does’nt contain them. I managed to fil this manually but i’m curious where you hide these…

    Hi @drrob67,

    You’re looking for the wp_postmeta table. In WordPress, core post data (title, content, date) is stored in wp_posts and all additional data (except for taxonomies like categories and tags) is attached to the wp_postmeta table.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘export and import’ is closed to new replies.