Categories Images is a WordPress plugin which allow you to add an image for each category (or term), it is so easy to user. This plugin will create a new text input that will had the image url of the category, in both forms when adding a new category or edit an existing one, you can put a url for the image or upload it bu click on the text input.
Installation:
Or you can install in manual:
1
|
|
or simply:
1
|
|
1
2
3
4
5
6
7
8
|
|
or
1
2
3
4
5
6
7
8
|
|
If looping for taxonomies:
1
2
3
4
5
6
7
8
|
|
or
1
2
3
4
5
6
7
8
|
|
If your post had more than one category and you want to loop for all post categories use the following example:
1
2
3
4
5
6
7
8
|
|
or
1
2
3
4
5
6
7
8
|
|
And if your post had more than one taxonomy and you want to loop for all post taxonomies use the following example:
1
2
3
4
5
6
7
8
|
|
or
1
2
3
4
5
6
7
8
|
|
Using resizing feature:
To resize category image simply add the size as a second parameter, for example:
if in category or taxonomy template:
1
|
|
or
1
|
|
or if inside a loop:
1
2
3
4
5
6
7
8
|
|
you can choose to resize from these (thumbnail, medium, large, full) or any custom sizes, also you can use it as array with dimensions for example:
1
|
|
or
1
|
|
Please check WordPress codex here for more information about resizing.
To display image with support for alt, class, width and height, you can do as this example:
1
2
3
4
5
6
7
8
9
|
$attr
=
array
(
'class'
=>
'category_image'
,
'alt'
=>
'image alt'
,
'height'
=> 200,
'width'
=> 300,
'title'
=>
'category title'
,
);
z_taxonomy_image(NULL,
'full'
,
$attr
); ?>
|
if there were any bugs or you faced any problems please reply to this post, if I had more time I will update this plugin and add more features.
update 26-07-2012: I had noticed that there is some people talking about my plugin, here is a link to the post
http://wpshock.com/wordpress-category-images-taxonomy-images-plugin/
another one here also:
http://www.williamsgraphics.co.uk/featured-images-categories-wordpress/
Update 06-10-2012: Finally I got some time to test the plugin in WordPress MU and now I confirm that the plugin works so fine whether you choose to activate the plugin by blog or using network activation from your network control panel
Update 25-01-2013: A great update had been made to this plugin, and hope you liked it, Thank so much to Joe Tse http://tkjune.com
Update 14-06-2013: I had updated the plugin with some new features like using WordPress new media uploader and new sub menu (Categories Images) in Settings menu allowing you to exclude any taxonomies from the plugin, this for fixing and avoiding any conflicts with another plugins like WooCommerce plugin, hope you all like the last update.
Update 20-12-2013: I had updated the plugin with new features like resizing images please check the docs above for more help about using this new feature, and also adding support for Spanish language. Thanks so much to Maria Ramos and to Rahil Wazir for their help.
Update 2.5 28-03-2015: A nice update which introduce a new function to display category or taxonomy image directly with support for size and alt and more attributes, please check the documentation above. Also adding support for Ukrainian language, thanks so much to Michael Yunat.