Support

Account

Home Forums Front-end Issues Background Image for element in Category loop Reply To: Background Image for element in Category loop

  • You need to supply the term for ACF to get the value

    
    get_field('image_field_name', $category);
    

    https://www.advancedcustomfields.com/resources/adding-fields-taxonomy-term/