Support

Account

Home Forums Add-ons Options Page Import data to ACF options page Reply To: Import data to ACF options page

  • There are no tools available that can be used to import options.

    There are several ways that you can work around this.

    The first is to use some type of custom post type instead of options.

    The second is that you can define a post ID to use for your options. This is complicated in a way. What you need to do is have a page or post of any kind. When creating the options page you set this posts ID as the post_id for the options page. Then you always import custom fields for the options of this post and you use this post ID instead of “options” when getting the options values from ACF.

    Overall, I would probably go with figuring out how to use a custom post type for this data rather than options.