Support

Account

Home Forums Front-end Issues Basic display of taxonomy term Reply To: Basic display of taxonomy term

  • I figured this out, where in the code they have:
    $terms = get_field(‘taxonomy_field_name’);

    I had named my ACF taxonomy term and thus was using taxonomy_term for the field_name.
    That was causing the issue.