$term_id = $post->ID;
$term = get_term( $term_id );
$slug = $term->slug;
$name = $term->name;
echo $slug;
echo $name;
print_r( $term_id ); // id получаю !!!
$term = the_terms($post->ID, 'educations'); echo $term->name; // Так выводится ссылка <a href="#" rel="tag">Вебинар</a>