I have created a custom taxonomy for my custom post type.
Each term only needs to display its name (which works with $term->name;) and an image. For t
$term->name;