Show Category Images
This outputs category images named after the cat_ID with the alt attribute set to cat_name. You can also use any of the other member variables instead.
term_id ) . '.jpg' ) . '" alt="' . esc_attr( $category->name ) . '" />';
}