Hi Dan,
Do you want to hide the tags or remove them all together?
It looks like the categories on that site are wrapped in elements with the ‘post-category’ CSS class. You could hide them like this:
.post-category {
display:none;
}
If you want to remove them all together you can delete the code in your theme that displays them. The most common way is to use the_tags() function. Find that, remove it, and you should be set.
I am looking to hide them. I would like them still on site for SEO purposes.
I tried the one listed above and it removed them but not sure if gone or hidden?
Thank you both for your quick replies.
Sorry… I tried the following first as it came in first.. .
.tag {
display: none;
}
and they are not on site now but how can I tell if they are hidden or gone?
They are hidden not gone.
Sorry – Miha was right. I was thinking category not tag.
Be careful when hiding keywords for SEO purposes. Google tends to frown on it, and it can have the reverse effect on your site.
No worries Dan B.
I just want to thank both of you for your timely assistance.
I hope to help others here in areas I am much more familiar with.
Love the friendliness and help in the support forum.
All the best!
Dan