Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m having the same problem, the plugin is not showing the image for a post_tag.

    I modified the teg.php file to display an image I uploaded to a particular TAG and it’s not showing up. It works well for categories but not for tags.

    The foreach solution only list all the tags images, something I don’t need.

    I hope someone posts a solution, I would really like this feature.

    Thanks,

    Thread Starter Srinivas Reddy

    (@reddysrinivas)

    try this, excellent working.
    Taxonomy Images plugin:
    https://wordpress.org/plugins/taxonomy-images/

    Paste this code in Tag.php and Category.php

    <?php print apply_filters( 'taxonomy-images-queried-term-image', '',array(
        'image_size' => 'medium' )); ?>

    Thank you, thank you, thank you.

    This is the approach that I was looking for. It works perfectly.

    Thanks for the reply.

    Plugin Author Muhammad

    (@elzahlan)

    This was a bug, I had fixed it, it works fine, thanks so much for reporting it, if you have sometime please revisit the plugin and would love to hear your feedback

    Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Tag Template (tag.php)’ is closed to new replies.