TCL Categories Image Wordpress Plugin - Rating, Reviews, Demo & Download

TCL Categories Image Wordpress Plugin - Rating, Reviews, Demo & Download
5 Average out of 1 ratings
Free
Follow for free plugins, new theme releases and theme news

Plugin 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

  1. Categories image submenu under settings tab

    Categories image submenu under settings tab

  2. Categories image setting detail page

    Categories image setting detail page

  3. Add new category page where you can add image to a category

    Add new category page where you can add image to a category

  4. Edit a category page where you can edit/add image to a category

    Edit a category page where you can edit/add image to a category


Reviews & Comments