No tags div/span if there is no tag
-
Hello,
In my theme i don’t want to show the blue cross if there are no tags. (ofcourse) ??
But I don’t know how to get it right
this is the code for the tag i use:
<span class="tags-icon"><?php if (the_tags('', ', ', ' ')); ?></span>
and this the css code:
padding: 0px 0px 0px 20px; background-image: url(images/tag-icon.png);background-repeat: no-repeat;background-position: center left; margin: 0px 0px 0px 10px;
does somebody has the answer?
Thanks in advance!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘No tags div/span if there is no tag’ is closed to new replies.