Support

Account

Home Forums General Issues migrate acf options to custom fields Reply To: migrate acf options to custom fields

  • hi @enter64

    Are you wanting to move the data that you saved to those sliders to your custom post types? Or are you wanting to move the ACF fields you’ve created to the new custom post type?

    If the former you could remap the data to the custom post types by using the get_field() and update_field() functions. Just loop through the old data, and remap the values to the new custom post type posts.

    Phil