TCL Categories Image

TCL Categories Image Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 819 downloads
TCL Categories Image Icon

Try plugin: TCL Categories Image

We'll create fresh WordPress site with TCL Categories Image installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About TCL Categories Image

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 …

2


0


0


0


0

updated: 6 years ago
since: 6 years ago
author: WP Mirage

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