How to Remove author, published date, category and tags from a WordPress post

 Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer in WordPress.

body.blog .posted-on,
body.blog .post-author,
body.blog .post-comments,
body.blog .entry-taxonomy {
  display: none;
}
body.blog .entry-header {
display: none;
}

Article ID: 1161, Created On: 1/17/2022, Modified: 1/17/2022

Feedback (0)