Hello there, Im using an plugin (category icons) to insert images on categories, Im calling for the get_cat_icons and its retrieving the incorrect category (the parent) instead of the child.
<?php get_cat_icon('small=false'); ?>
<?php echo category_description($category); ?>
Now its simple and should work,but the get_cat_icon pulls any category from the parent (not always the correct one), and the echo description is always right.
How can I call specifically the category thats being used?