Tags
-
How can I hide tags from my pages?
WP.com: Yes
Correct account: YesThe blog I need help with is: (visible only to logged in users)
-
You might be able to do this using custom CSS. Go to Customize > Additional CSS, and add the following:
.post-meta-bottom .post-tags { display: none; } -
Though you would need to upgrade to a Premium Plan to in order to have access to CSS customization.
-
Hi @tvillecofchrist,
To add to what @jamkmak noted, if you have activated a theme that uses full site editing (FSE), such as Twenty Twenty Two or Blockbase, you can edit your post template to remove the meta (i.e. tags) by going to Appearance → Editor. The CSS is useful for non-FSE themes however.
Hope that helps.
- The topic ‘Tags’ is closed to new replies.