Hey guys,
I need to bulk-swap a certain ACF value to make it the post title, and vice versa.
Specifically, I run a film festival site and I’d like to move an “Original Title”(many diff. languages) field to the Movie title (which is in English), and keep that English title as an ACF.
Thank you for your help
There isn’t an easy way to do this. You would either need to edit each post and move the content manually or build a script of some kind to go through the database and swap them all. I don’t know of anything, plugin or otherwise that will do this.