hiding tags from a post
-
hiding tags. how to ?
The blog I need help with is: (visible only to logged in users)
-
Hello there,
To delete tags from your posts:
- Please click Appearance → Customize in your Dashboard.
- Now click CSS in the right-hand menu.
- In the CSS Revisions box, paste the following beneath all existing text:
.entry-meta {
display: none;
} - Save your changes.
That should do the trick! Let me know if you have any other questions. Cheers!
- The topic ‘hiding tags from a post’ is closed to new replies.