Viewing 6 replies - 1 through 6 (of 6 total)
  • Did you try the 1.3.4 development version ? :
    https://downloads.www.ads-software.com/plugin/category-images-ii.zip

    Thread Starter bento

    (@bento)

    I did not try that version, I usually do not work work with unstable development versions.

    Instead I found another plugins which does the same, but works like a charm:
    https://wordpress.mfields.org/plugins/taxonomy-images/

    There is a bug in the code that is supposed to show the images – after corrections it works for me. Broken code is
    <?php ciii_term_images( 'post_tag', category_ids=37,27' ); ?>

    The thing that works form me is
    <?php ciii_term_images( 'post_tag', 'term_ids=37,27' ); ?>

    Where post_tag is the taxonomy name.

    The plugin is working just fine but let’s just say it has not been properly explained in the short tutorial provided. Anyways I’am giving it a big thumbs up cause it helped me a lot ??

    ARGH. Yes—the above post hits the nail on the head: the documentation is incorrect, and the “term_ids=37,27” syntax isn’t mentioned at all (the examples erroneously use “category_ids=etc…”.

    This had be bashing my head against a wall for hours.

    Helpful plugin, but… I’m clearly not the fist person to wind up with a sore head due to this…

    p.s. Thanks for figuring this out!

    Changing the category_ids to term_ids worked for me too.
    Thanks qualitydrivenapproach for figuring this out
    I can’t believe they haven’t updated the documentation, I spent a lot of time trying with the category_ids and thinking I was doing something wrong in my loop.

    Thanks

    how about displaying ALL term image? like term list :3

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Taxonomy Images II] ciii_category_archive_image not working’ is closed to new replies.