Tagged: date author
I don’t want to show this option: date / author and comment option in each post
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!