Support

Account

Home Forums Add-ons Repeater Field Query custom taxonomy name and link inside Repeater Reply To: Query custom taxonomy name and link inside Repeater

  • The problem is that the taxonomy is probably incorrect, or the taxonomy field is not returning the right value. Check to make sure you have the right taxonomy name. Also check to make sure you’re actually getting term from the taxonomy field

    
    $term = get_sub_field('event_category');
    echo $term;