hide tags in posts
-
how do I hide tags in posts on the gateway theme?
The blog I need help with is: (visible only to logged in users)
-
Hi, go to Appearance > Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to hide the tags, but keep the categories on posts in Gateway.
.entry-footer .tags-links { display: none; }If you wish to hide both tags and categories, then use the following instead.
.entry-footer .tags-links, .entry-footer .cat-links { display: none; } -
-
This will remove the author from single posts.
single .byline, .group-blog .byline { display: none; } -
-
- The topic ‘hide tags in posts’ is closed to new replies.