Hi there!
In the latest website I’m making, using Enfold, I would like to have images (icons) to display the post categories.
Looking for a plugin I found Taxonomy Images.
I installed the plugin. But the part with the codes, where to paste which code…. I really don’t know what to do.
My questions to you:
• Is there Quick CSS available instead? And if not….
• Would you please help me to figure out in which .php I have to paste which code? Or would you be so kind to do it for me….? : )))
• Or: is there an easier way to get the same result?
Hope you can help me.
Thanks in advance!
Esther
Hey esthernijhuis,
Thank you for the inquiry.
According to the documentation, you have to add the following code in the archive or taxonomy template. That’s the archive.php for default posts or the taxonomy-portfolio_entries.php file for portfolio items.
$image_archive = apply_filters( 'taxonomy-images-queried-term-image', '' );
echo $image_archive;
Asking the plugin author directly should help.
Best regards,
Ismael