Title: Remove Timestamp / Date on Posts Only
Last modified: August 21, 2016

---

# Remove Timestamp / Date on Posts Only

 *  Resolved [Carljra](https://wordpress.org/support/users/carljra/)
 * (@carljra)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-timestamp-date-on-posts-only/)
 * I want to remove the date on each post – how do I remove the timestamp /Date 
   code in this theme – I viewed the single.php file however I couldn’t find the
   code to delete the date. Please advise – thank you.

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

 *  [Brian Harris](https://wordpress.org/support/users/zgani/)
 * (@zgani)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/remove-timestamp-date-on-posts-only/#post-4817288)
 * Hello Carljra,
 * Please do not edit the theme’s files directly as all edits will be lost upon 
   future theme updates.
 * To remove the timestamp/date add the following css code to either a child theme
   or a custom css plugin
 *     ```
       .posted-on {
          display: none;
       }
       ```
   
 * If you also wish to remove the author byline then add the following css code
 *     ```
       .author.byline {
          display: none;
       }
       ```
   
 * You can combine the two like so…
    `.posted-on, .author.byline {display: none;}`
 * Regards,
    Zulf
 *  Thread Starter [Carljra](https://wordpress.org/support/users/carljra/)
 * (@carljra)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-timestamp-date-on-posts-only/#post-4817560)
 * Thanks for the reply on my last request – I have another one 🙂
 * How Can I change the color of the links on the home page – the links to the posts–
   the sidebar links etc.
 *  [Brian Harris](https://wordpress.org/support/users/zgani/)
 * (@zgani)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-timestamp-date-on-posts-only/#post-4817561)
 * For the links you can add the following CSS code to your child theme
 *     ```
       a,
       entry-title a,
       read-more a {
           color: #d2322d;
       }
       ```
   
 * Regards,
    Zulf

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

The topic ‘Remove Timestamp / Date on Posts Only’ is closed to new replies.

## Tags

 * [post-content](https://wordpress.org/support/topic-tag/post-content/)
 * [timestamp](https://wordpress.org/support/topic-tag/timestamp/)

 * 3 replies
 * 2 participants
 * Last reply from: [Brian Harris](https://wordpress.org/support/users/zgani/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/remove-timestamp-date-on-posts-only/#post-4817561)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
