hi everyone,
i want to use taxonomy_image, but i'm not sure how to embed the taxonomy_image_display($term->tid) in my php code.
do i just paste it in as is? i'm assuming I have to define what $term is, but how do i do that? also, do I need to define what "tid" is, or do i just use it as-is?

Comments

vm’s picture

have you taken a look at at how the contributed theme patch, in taxonomy_image/contrib looks ? I think looking at the implementation of it will help.