how to hide tags
-
i would like to know if there is a way to hide blog post tags. i still want them to function, i just dont want anyone to see them on the post itself.
The blog I need help with is: (visible only to logged in users)
-
It is possible to remove the tags (and categories) from the post with CSS. I’ve included the code below. CSS is part of the Premium upgrade, so you can preview what the change looks like by adding the code below to the CSS box in your customizer, but the change won’t show up on your live site unless you purchase the upgrade.
[rel="tag"], [rel="category tag"] { display: none; } .sep{ display:none; } .entry-meta{ color:black; } .byline{ color:white; }
- The topic ‘how to hide tags’ is closed to new replies.