hide tags on site
-
how can I hide/not display the tags on my blog page?
The blog I need help with is: (visible only to logged in users)
-
You can hide them with some custom CSS:
.entry-meta { display: none; }However, you will need WordPress.com Premium in order to use custom CSS on your site.
- The topic ‘hide tags on site’ is closed to new replies.