I needs an option to simply show the taxonomy term AND the image attached.
A field formatter option --> Show term name AND term image
Thanx

Comments

vewakayeh’s picture

very usefull module but it would be more usefull if it printed both terms & image... is there any workaround/hack solution to work with other formats like hierarchical_term_formatter ?
or it is possible to print the taxonomy image format from node template while in the node display options the taxonomy format is set on other option? (like text)

marcom2021’s picture

Change line 166 from

$markup = theme('image', $variables);

to

$markup = theme('image', $variables) . $term->name;