HI,
I am new new to drupal.
I have on website, I create a taxonomy with vocabulary and terms to categorize my content.

I wonder how can I attach an image to a category.
I would like each time a post is published, the image of the term is display near the title.

Is there a plugin or a way to do that ?
thanks,
greetings,
ben

Comments

Taxonomy terms are

Taxonomy terms are "fieldable" which means you can add any kind of data you want to them.

Go to Structure > Taxonomy > edit vocabulary (next to the vocabulary you want to edit) > Manage fields. Add an image field here.

Now you can add images to taxonomy terms, and you just need to display them. Depending on how exactly you want this to look, it might involve some themeing or additional modules (like Display Suite). But to start go to the same page as above, click on Manage Display and add the image field there and see how that looks.