Title: Delete Date from Post
Last modified: November 1, 2016

---

# Delete Date from Post

 *  [nitin7](https://wordpress.org/support/users/nitin7/)
 * (@nitin7)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/delete-date-from-post/)
 * Hi,
    I want to remove the date, post creator name, etc information from my posts.
   How can I do it? Earlier I used to edit the single.php file , but for last few
   months, the code in that has been changed and I no longer understand which part
   I have to remove.
 * My website is [funfactsabout.net](http://funfactsabout.net)
 * Thank you in advance.

Viewing 1 replies (of 1 total)

 *  [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * (@denzel_chia)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/delete-date-from-post/#post-8384672)
 * Hi,
 * Please use the following codes in your child theme style.css
 *     ```
       .post-byline {
           display: none !important;
       }
       ```
   
 * Clear your cache content after you had applied the above mentioned codes.
    This
   code is to hide your post byline, which is the author name and dates..etc
 * Thank you

Viewing 1 replies (of 1 total)

The topic ‘Delete Date from Post’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Denzel Chia](https://wordpress.org/support/users/denzel_chia/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/delete-date-from-post/#post-8384672)
 * Status: not resolved