Hi,
My website: http://d-eye.be
I'm using the iNove theme.
Question: I'm not using tags but the tag icon appears and I'd like to hide it when not using tags.
In single.php there's this line:
<?php if ($options['tags']) : ?><span class="tags"><?php the_tags('', ', ', ''); ?></span><?php endif; ?>
This seems correct.
Anyone who knows how to solve this?