Support

Account

Home Forums General Issues Repeater field on taxonomy help Reply To: Repeater field on taxonomy help

  • Hi @shrimp144

    I have moved this reply into it’s own topic as it was not a continuation of the previous topic.

    I’m not sure exactly what the issue is here, but I’ll take a guess that it is:
    the_sub_field('title1, $term->taxonomy.'_'.$term->term_id');

    The the_sub_field functions only have 1 parameter, not 2.

    Double check the docs again to see if you have missed anything else, and give it another go.

    Also, echo $wpr; wont work because it is an array. Use a var_dump function instead to print an array

    Thanks
    E