The tag
c2c_the_category_image()
does nothing. It simply displays that code text, no image. Does anyone know what's causing this? Thank you.
The tag
c2c_the_category_image()
does nothing. It simply displays that code text, no image. Does anyone know what's causing this? Thank you.
Sounds like you don't have the line of code within <?php and ?>. Try it this way:
<?php c2c_the_category_image(); ?>
This topic has been closed to new replies.