Home › Forums › ACF PRO › Copy field values between posts › Reply To: Copy field values between posts
I misunderstood it seems.
There isn’t any way to copy values from an existing post to another existing post.
Any solution would have to be custom built based on the needs of the client and what is being copied.
As an example you could add a true false field or some other type of field that allows setting what to copy or where to copy it to. The you could create an acf/save_post field that checks these fields that then does the copying.
The main issue you’ll run into is scalability. Copying date across posts would take time and likely time out if there was a lot of copying to do.
A better solution would be to have a options page, or if the values are based on categories to have custom fields on the categories rather than individual posts. Any time identical values will apply to more than one post it is best to store them somewhere other than for each post.
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.