Support

Account

Home Forums ACF PRO get value under woocommerce query Reply To: get value under woocommerce query

  • You need to supply the $post_id that corresponds to the taxonomy term id like this

    
    <img src="<?php 
        the_field('cat_thumbnail', 'product_cat_'.$product_category->term_id);
         ?>" />