Hiding tags in "Profile" theme
-
This theme won’t display tags when viewing from Home page but when you click on the post and you’re directed to that post page all tags are displayed before comments. This beats the whole purpose of hiding tags because the reader still sees them. Any tips on hiding these tags? I do have css customization ability.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Hi there.
Due to how the theme is coded, it’s not easy to hide only the tags on the single post view.
It’s only really possible to hide both the category and tag listing at the same time. If you’re fine with that, or just want to try it first, here’s the CSS code:
body.single-post .postmeta { display: none; }
- The topic ‘Hiding tags in "Profile" theme’ is closed to new replies.