Title: Remove Date and Author from posts
Last modified: August 21, 2016

---

# Remove Date and Author from posts

 *  Resolved [chamacs](https://wordpress.org/support/users/chamacs/)
 * (@chamacs)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-date-and-author-from-posts/)
 * How do I Remove the Date and Author from posts?
 * Also, how do I remove these from the bottom of the posts?
 * Categories: Health, psoriasis
 * Tags: Health, psoriasis
 * You can’t leave comments on this post but you can leave a trackback here:
    [http://www.mindoverx.com/health/psoriasis-triggers/trackback/](http://www.mindoverx.com/health/psoriasis-triggers/trackback/)

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

 *  [Jesin A](https://wordpress.org/support/users/jesin/)
 * (@jesin)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-date-and-author-from-posts/#post-4178436)
 * Place this CSS code inside the Custom CSS box of your theme or use a plugin like
   [PC Custom CSS](http://wordpress.org/plugins/pc-custom-css/).
 *     ```
       .post-date {
           display: none;
       }
       .post-info-top .by, .post-info-top .post-author {
           display: inline-block;
           text-indent: -9999px;
       }
       .post-info-bottom-categories {
           display: inline-block;
           text-indent: -9999px !important;
       }
       .post-info-bottom-tags {
           display: inline-block;
           text-indent: -9999px !important;
       }
       ```
   
 *  Thread Starter [chamacs](https://wordpress.org/support/users/chamacs/)
 * (@chamacs)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-date-and-author-from-posts/#post-4178472)
 * Thanks.
 *  Theme Author [richarduk](https://wordpress.org/support/users/richarduk/)
 * (@richarduk)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/remove-date-and-author-from-posts/#post-4178489)
 * Options Page -> Add CSS, javascript or shortcode in the head (ignore this if 
   you’re not sure) -> Add CSS, javascript or shortcode in the head element of all
   pages of your website
 * <style type=”text/css”>
    p.post-info-top, p.post-date, p.post-info-bottom-tags,
   p.post-info-bottom-categories{ display:none; } </style>
 * Richard

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

The topic ‘Remove Date and Author from posts’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/childishly-simple/3.1.9/screenshot.
   png)
 * Childishly Simple
 * [Support Threads](https://wordpress.org/support/theme/childishly-simple/)
 * [Active Topics](https://wordpress.org/support/theme/childishly-simple/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/childishly-simple/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/childishly-simple/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [richarduk](https://wordpress.org/support/users/richarduk/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/remove-date-and-author-from-posts/#post-4178489)
 * Status: resolved