Title: Remove Post Author Data
Last modified: July 15, 2018

---

# Remove Post Author Data

 *  Resolved [wpweddings](https://wordpress.org/support/users/wpweddings/)
 * (@wpweddings)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/remove-post-author-data/)
 * I’m trying to remove all the data in a blog post and on the main blog page for
   the author, date, comments, edit area. Is there css that can do this for all 
   posts and on all pages? Thank you!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-post-author-data%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Miha](https://wordpress.org/support/users/mplusb/)
 * (@mplusb)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/remove-post-author-data/#post-10497039)
 * Hello [@wpweddings](https://wordpress.org/support/users/wpweddings/),
 * Please add the following code in Appearance > Customize > Additional CSS:
 *     ```
       .post-meta {
           display: none;
       }
       ```
   
 * Let me know how it goes!
 * Best wishes,
    Mihaela
 *  Thread Starter [wpweddings](https://wordpress.org/support/users/wpweddings/)
 * (@wpweddings)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/remove-post-author-data/#post-10497794)
 * That worked!! Thank you so much!!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Post Author Data’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/medzone-lite/1.2.7/screenshot.
   jpg)
 * MedZone Lite
 * [Support Threads](https://wordpress.org/support/theme/medzone-lite/)
 * [Active Topics](https://wordpress.org/support/theme/medzone-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/medzone-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/medzone-lite/reviews/)

## Tags

 * [author](https://wordpress.org/support/topic-tag/author/)
 * [blog post](https://wordpress.org/support/topic-tag/blog-post/)
 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [edit](https://wordpress.org/support/topic-tag/edit/)

 * 2 replies
 * 2 participants
 * Last reply from: [wpweddings](https://wordpress.org/support/users/wpweddings/)
 * Last activity: [7 years, 10 months ago](https://wordpress.org/support/topic/remove-post-author-data/#post-10497794)
 * Status: resolved