Hide Wordpress post data, hide Post date, Author etc

Login into Wordpress Admin

Navigate to Appearance > Customize

Find Additional CSS

Then Add the below code:

 

/* Remove meta data */

.entry-meta .byline, .entry-meta .cat-links { display: none; }

.entry-meta .posted-on { display: none; }

 

For more info watch the below video.


Print   Email

Related Articles