Home › Forums › General Issues › How to Upgrade Simple Fields to ACF 5 › Reply To: How to Upgrade Simple Fields to ACF 5
Irene,
You should definitely just update your site to ACF manually. Your success rate is 100% with this method as opposed to trying to use a very technical approach that requires knowledge of PHP, SQL, and the guts of WordPress. It’s probably not worth the hours of effort to automate the migration when you can just re-enter the values.
To find the templates where Simple Fields was used you may want to search using terms from here:
https://simple-fields.com/documentation/api/getting-values/index.html
This was how most people retrieved simple fields and displayed them on their site. It all depends on what theme you’re using and how many templates there are.
ACF has similar functionality:
https://www.advancedcustomfields.com/resources/get_field/
This is how you retrieve and display custom fields using ACF.
First you need to create the new fields using ACF and enter the data. Then you would swap one retrieve and display method for the other in your theme’s templates.
Good luck.
John
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.