Custom taxonomy category images

I have used the types plugin and added a custom taxonomy. Under the Taxonomy i have created 3 categories. Now my question is that how can i attach a image to those categories. If you think about any plugins, I have used taxonomy Images and others. Those plugins have added the image to default category. But not to the custom taxonomy categories.

Related posts

Leave a Reply

3 comments

  1. If you want to use plugin, then I think this is best up to now:

    WordPress Plugin :: Categories Images

    This plugin supports any types of custom taxonomy and uses WP media gallery; It’s quick edit feature is very nice;

    //The image size can be: thumbnail|medium|large|full|array(20,30), etc.
    echo '<img src"'.z_taxonomy_image_url($term_id, 'thumbnail').'" alt="" >';
    

    To know more about it visit here: Documentation