I have an existing Newspaper website running a very customized homegrown theme that uses CPTUI, ACF, WPML we want to transform it into a more block friendly experience using the GeneratePress Theme and a combination of GenerateBlocks, WPML and several other plugins. One other consideration is to try to transition also to Toolset so we can build out some custom interactions easier. I was wondering if you all have any instructions on how to transition to Toolset from ACF while maintaining the database? The site has roughly 13,000 items in different CPTs that we are trying to maintain for SEO and sanity purposes.
Yes, I found that already. I was hoping for some documentation on ways to keep data integrity during the transition. For example, I have an ACF field 'byline' which I recreated in Toolset using the exact same name 'byline', but the existing data is missing in Toolset.
Toolset has done a good job of taking over the CPTs, but apparently the ids are different for custom fields so all the CPTs extra data is just gone.
I have 12000 existing CPT items each of them have custom fields originally added by ACF. So I need a method of gracefully transferring the data from the ACF storage method to the Toolset storage method because they appear to be different. I had been hoping if I matched the ID exactly Toolset would be able to pick up and use the fields if the field type was the same.