I need to display a category-related image of the post next to the title of the post , so I installed the Taxonomy Images .
I'm trying to make the display through the command used by the documentation:
print apply_filters( 'taxonomy-images-queried-term-image', '' );
But unfortunately it does not work. Has anyone done anything like this and can you recommend me some other plugin or help me in doing that?