Remove automatic text homepage posts
- The topic ‘Remove automatic text homepage posts’ is closed to new replies.
Need help? Check out our Support site, then
Hello, is it possible to remove all of this text under each post (comments, posted by, categories, etc)?
https://gyazo.com/533803b9701f06227ff2b5790378372b
I really want it to be blank.
Thank you!
The blog I need help with is: (visible only to logged in users)
It is possible, just add this to your custom css box or to the bottom of style.css:
.post-meta { display: none; }