This plugin hasn’t been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

TCL Categories Image

Description

TCL Categories Images Plugin allow users to add an image to category or custom taxonomies.You can easily assign an image to each category/taxonomy or tag and then display image for category/taxonomy/archive template via following functions.

Usage:

<?php if (function_exists('tclTaxonomyImage')) tclTaxonomyImage(); ?> to display image
<?php if (function_exists('tclTaxonomyThumbUrl')) echo tclTaxonomyThumbUrl(); ?> to get URL

Here, You can specify image size as a second parameter

<?php if (function_exists('tclTaxonomyImage')) tclTaxonomyImage(NULL,'thumbnail'); ?> to display image
<?php if (function_exists('tclTaxonomyThumbUrl')) echo tclTaxonomyThumbUrl(NULL,'thumbnail'); ?> to get URL

Screenshots

  • Categories image submenu under settings tab
  • Categories image setting detail page
  • Add new category page where you can add image to a category
  • Edit a category page where you can edit/add image to a category

Installation

Categories Images Plugin allow users to add an image to category or custom taxonomies.You can install it like other plugins.You can add plugin through admin panel
1.Visit the Plugins > Add New and search for TCL Categories Image.
2. Click to install and then activate
3.Go to posts->categories or any other taxonomy and add category image

OR you can also upload plugins file to plugins folder and activate it through plugins tab.

FAQ

Installation Instructions

Categories Images Plugin allow users to add an image to category or custom taxonomies.You can install it like other plugins.You can add plugin through admin panel
1.Visit the Plugins > Add New and search for TCL Categories Image.
2. Click to install and then activate
3.Go to posts->categories or any other taxonomy and add category image

OR you can also upload plugins file to plugins folder and activate it through plugins tab.

Reviews

Read all 2 reviews

Contributors & Developers

“TCL Categories Image” is open source software. The following people have contributed to this plugin.

Contributors

Translate “TCL Categories Image” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.