Support

Account

Home Forums Front-end Issues Custom Post Taxonomies and ACF Reply To: Custom Post Taxonomies and ACF

  • If actors is attached to a taxonomy, you need to reference the taxonomy in the get_field call for it. So it might be something like:

    get_field('actors','taxonomy_name_X');

    Where X is the ID of the taxonomy.