How to remove display of by , date and categories from posts ?
1 Answers
To remove the Meta in the post, you can add the following code to the style.css file:
.home .hentry .entry-meta { display: none;}
.single-post .hentry .entry-meta {display: none; }
Hope this helps !
Please login or Register to submit your answer