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.
1
votes
3 Answers
2
votes
You can use the Advanced Custom Fields plugin to add a custom field (an image field) to you custom taxonomy group or individual taxonomies.
1
votes
1
votes
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