[Plugin: Category Icons] Icons not appearing
-
I have the latest version of WordPress installed. I’m using the City Guide template from WooThemes. I’ve installed and activated the icon and associated some icons to categories. In the Category Icons admin area I see the quantity of posts each icon belongs to.
I’ve added
<?php if (function_exists('get_cat_icon')) get_cat_icon(); ?>
within the loop of archive.php which is displaying the categories pages in the template.Does it matter that i’m using it on a category page? I’ve used this plugin before and it worked just fine with the same function just in another template file.
Looking at the source I don’t see any html being rendered for the icon just the div it’s wrapped in.
Any suggestions on what I can try?
Thanks
- The topic ‘[Plugin: Category Icons] Icons not appearing’ is closed to new replies.