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
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
Comment #1
vewakayeh commentedvery 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)
Comment #2
marcom2021 commentedChange line 166 from
$markup = theme('image', $variables);to
$markup = theme('image', $variables) . $term->name;