Home › Forums › Backend Issues (wp-admin) › Exporting/importing field values between installations › Reply To: Exporting/importing field values between installations
Hi Jonathan,
I’ve just done this by exporting directly from the wp_postmeta table. In my case, they were for a specific post, so I exported post_id
, meta_key
, meta_value
from wp_postmeta where the post_id was the post I wanted. I then changed the post_id in the export to be the post_id in my other site, and then inserted the values into the other database. Note, I specifically didn’t export meta_id
as this is an auto-increment field.
Douglas
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.