Support

Account

Home Forums Front-end Issues Get ACF image array from taxonomy term Reply To: Get ACF image array from taxonomy term

  • I have managed to resolve this using:

    <?php $repair_icon = get_field(‘repair_type_icon’, ‘tipo_reparacion_mob_’ . $term->term_id . ” ); ?>

    Thanks