Title: Good plugin, minor problem
Last modified: September 2, 2016

---

# Good plugin, minor problem

 *  [Nicolai](https://wordpress.org/support/users/ialocin/)
 * (@ialocin)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/good-plugin-minor-problem/)
 * Nice Plugin, thanks for that. However the function
 * `the_category_thumbnail();`
 * doesn’t produce a output. it looks like this in the source code of version 1.0.3:
 *     ```
       function the_category_thumbnail($category_id = null, $sizes = array()) {
       		print get_the_category_thumbnail($cat, $sizes);
       	}
       ```
   
 * I managed to fix the problem like this:
 *     ```
       function the_category_thumbnail($category_id = null, $sizes = array()) {
       		print get_the_category_thumbnail($category_id, $sizes);
       	}
       ```
   
 * So, by making the parameter/argument name equal.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Nicolai](https://wordpress.org/support/users/ialocin/)
 * (@ialocin)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/good-plugin-minor-problem/#post-7832711)
 * Adrian instantly replied, on his [blog](http://hovida-design.de/wordpress-plugin-category-thumbnails/)
   and in german, **but** the bottom line is the bug will be fixed very soon. Thanks
   again!
 *  Plugin Author [Patrick Nießen](https://wordpress.org/support/users/hovida/)
 * (@hovida)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/good-plugin-minor-problem/#post-7832744)
 * Fixed on Version 1.0.4 – Thank you 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Good plugin, minor problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/category-thumbnails_ffffff.svg)
 * [Category Thumbnails](https://wordpress.org/plugins/category-thumbnails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/category-thumbnails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/category-thumbnails/)
 * [Active Topics](https://wordpress.org/support/plugin/category-thumbnails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/category-thumbnails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/category-thumbnails/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Patrick Nießen](https://wordpress.org/support/users/hovida/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/good-plugin-minor-problem/#post-7832744)