Mrinal Sharma
asked 9 years ago

How to remove display of by , date and categories from posts ?

1 Answers
DominicStaff
answered 9 years ago

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 !

Powered by DW Question & Answer Pro