Support

Account

Home Forums General Issues taxonomy within loop Reply To: taxonomy within loop

  • Hello…

    You are close here.

    the_field(‘which_category’) echo’s the value…
    get_field(‘which_category’) retrieves it (to store in a variable, pass to an array, etc.)

    Use: get_field(‘which_category’) in this case, and that should fix this up for you.