Categories Images

Wordpress Plugin
Download latest - 3.0.0

Developers

elzahlan

Download Stats

Today 209
Yesterday 274
Last Week 1,871
All Time 397,720
Banner 772x250

The Categories Images Plugin allow you to add image with category or taxonomy.

Use <?php if (function_exists('z_taxonomy_image_url')) echo z_taxonomy_image_url(); ?> to get the url and put it in any img tag or simply use <?php if (function_exists('z_taxonomy_image')) z_taxonomy_image(); ?> in (category or taxonomy) template.

Also from settings menu you can exclude any taxonomies from the plugin to avoid conflicting with another plugins like WooCommerce!

More documentation

Go to http://zahlan.net/blog/2012/06/categories-images/


Releases (23 )

Version Release Date Change Log
3.0.0 2020-04-04
  • Fix settings page issues
  • Fix compatibility with the latest Wordpress version
  • Rewrote the whole plugin from scratch, now the code is much efficient, readable and cleaner
3.0.1 2020-04-04
  • Disable options autoload to enhance wordpress queries performace
2.5.4 2018-01-15
  • Fix compatibility with the latest Wordpress version
2.5.3 2016-12-08
  • Fix not displaying single tag image bug in tag.php template
  • Adding language support for Swedish. Thanks to Simon Sandgren
2.5.2 2015-11-13
  • Fix displaying full size image bug in backend
  • Fix quick edit bug
  • Some code enhancements
2.5.1 2015-09-29
  • Adding language support for Russian.
  • Adding language support for Serbian. Thanks to Andrijana Nikolic [http://webhostinggeeks.com/].
  • Adding language support for Catalan. Thanks to Marc Queralt i Bassa [http://www.demomentsomtres.com/].
  • Change the plugin text domain from zci to categories-images to match the plugin slug as requested by Wordpress.
2.5 2015-08-20
  • Adding language support for Ukrainian. Thanks to Michael Yunat [http://getvoip.com].
  • Adding new function z_taxonomy_image() to display category or taxonomy image directly with support for size, alt and other attributes, for and how to use it please check the documentations.
  • Some code enhancements.
2.4.2 2014-05-21
  • Update code to reduce db queries. Thanks to fburatti [http://profiles.wordpress.org/fburatti/].
2.4.1 2013-12-21
  • Fix placeholder bug in backend.
2.4 2013-12-20
  • Adding language support for Spanish (Thansk so much to Maria Ramos [http://webhostinghub.com]).
  • Adding support for resizing categories images (Thanks so much to Rahil Wazir).
  • Some code enhancements.
2.3.2 2013-09-13
  • Adding language support for French.
2.3.1 2013-09-10
  • Bug fix in js for Wordpress media uploader.
1.0 2013-06-15

The First Release

1.1 2013-06-15

Fix javascript bug with wordpress 3.4

1.2 2013-06-15

Adding some screenshots

2.0 2013-06-15
  • New screenshots.
  • Added l10n support.
  • Added Arabic and Chinese languages.
  • Added new button for upload or select an image using wordpress media uploader.
  • Added default image placeholder.
  • Added thumbnail in categories or taxonomies list.
  • Added image thumbnail, image text box, upload button and remove button in quick edit.

Thank so much to Joe Tse http://tkjune.com :)

2.1 2013-06-15
  • fix a bug in languages
  • fix a bug in quick edit category or taxonomy
2.2 2013-06-15
2.2.1 2013-06-15
  • edit z_taxonomy_image_url() to only return data in case the user inserted image for the selected category or taxonomy
2.2.2 2013-06-15
  • bug fix in displaying placeholder image in wp-admin.
2.2.3 2013-06-15
  • bug fix in displaying category or taxonomy image at the frontend.
2.2.4 2013-06-15
  • java script bug fixed, reported about conflicting with WooCommerce plugin. Thanks to Marty McGee.
2.3 2013-06-15
  • New screenshots.
  • Updated language file.
  • Added support for both old and new Wordpress media uploader.
  • Added new submenu (Categories Images) in Settings menu.
  • Added new settings for excluding any taxonomies from the plugin.
  • Added new placeholder image.

Thanks to Patrick http://www.patrickbos.nl and Hassan http://profiles.wordpress.org/hassanhamm/ for the new ideas.