Tagged: hide tags
- This topic has 3 replies, 2 voices, and was last updated 11 years, 2 months ago by Sakin.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
August 30, 2013 at 12:59 am #13910p.pediciniParticipant
Hi,
is it possible to hide tags from article? How I can do it?Thank you in advance.
August 30, 2013 at 1:57 am #13914SakinKeymaster@p.pedicini: Yes, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box to hide the tags
.entry-meta .tag-links { display: none; }
August 30, 2013 at 8:43 pm #13937p.pediciniParticipantThank you Sakin for the fast reply! You’re great!
And if I want to hide tags from single post?
August 31, 2013 at 1:43 am #13950SakinKeymaster@p.pedicini: There you have to remove the whole footer entry meta by adding the following css.
.single footer.entry-meta { display: none; }
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- The topic ‘Hide tags’ is closed to new replies.