badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: how to remove date / author and comment option in each post

#73755

Hello Arjun,

For to hide the meta data from the posts just login to your dashboard and go to Appearance > Customize > Additional CSS and paste below custom CSS code.

.entry-meta {
    display: none;
}
.entry-meta.category-meta {
	display: block;
}

Thank you!