Support

Account

Home Forums ACF PRO get value from taxonomy term Reply To: get value from taxonomy term

  • Hi @pagol

    Could you please set the second parameter manually like this:

    <?php the_field('side_box_title', 'product_cat_99'); ?>

    Where 99 is the ID of your product category.

    If you can do it, it means there’s something wrong with the $term variable you used there.

    Thanks!