=== category image ===
Contributors: dhananjaysingh, Rananjay singh 
Donate link:http://tejuscreative.com/
Tags: category, images
Plugin Name: category image
Requires at least: 3.2.1
Tested up to: 3.3.1
Stable tag: 2.0

Using this plugin you can add images to categories

== Description ==

Using this plugin you can associate one image with each of your category created in wordpress. and you can call that image by using provided function in any template file
 tejus_dj_getcatimg($catid) 
call this function in any template file it will return url of that image.
where $catid is category id of that category.
my facebook profile : https://www.facebook.com/dhananjay.singh2
my company website: http://tejuscreative.com/
== Installation ==

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
 tejus_dj_getcatimg($catid)
call this function in any template file it will return url of that image.
where $catid is category id of that category.
== Frequently Asked Questions ==

what will this function return?



this function will return url of the associated image.



what it will return if category dont have any associated image?



it will return 0.
== Screenshots ==
1. <h4 style=\"font-family: Arial, Helvetica, sans-serif; font-size: 15px; margin-top: 11px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding: 0px;\">We have category names in dropdown just browse your image select category and click at upload.</h4>

== Changelog ==
1.0
2.0