Find this:
Replace it with this:
The file name should be the same as your category name, except that all letters should be lowercase, all punctuation removed, all spaces replaced with an underscore ("_").
Example: A category name of: Favorite Work Posts! Would become: favorite-work-posts
http://codex.wordpress.org/The_Loop
You can specify one or more image extensions to search for (via $imageextensions), the location of the directory that contains the images (via $imagedir), and a limit on the number of category images shown for any one post.
For now you'll have to modify the plugin file by changing the default values for the arguments to the function c2cthecategory_image().
Yes; each image is assigned the class of "catimage".
Nothing is shown for that category and the count of category images for the post isn't incremented.




