Viewing 1 replies (of 1 total)
  • Thread Starter marcinbauer85

    (@marcinbauer85)

    Ok I got it ??

    $taxArray = get_the_terms( get_the_ID(), “cmt-team-category”);

    foreach ( $taxArray as $tax ) {
    $team_members_output .= $tax->name.’, ‘;
    }
    $team_members_output = substr($team_members_output, 0, strlen($team_members_output)-2);

Viewing 1 replies (of 1 total)
  • The topic ‘Display User Categories under the profile’ is closed to new replies.