Remove the Author and Date Information in WordPress Posts

Go to your main WP dashboard, go into Appearance – Customize, and at they very bottom, you will see an option called Additional CSS. For more detailed tutorial, go to elegant themes blog (click here!)

/* Remove meta data */
.entry-meta .byline, .entry-meta .cat-links { display: none; }

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

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top