Title: removing post dates
Last modified: August 22, 2016

---

# removing post dates

 *  Resolved [johnwpforum](https://wordpress.org/support/users/johnwpforum/)
 * (@johnwpforum)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/removing-post-dates-2/)
 * Hi!
 * I need to know how to remove the dates from all of my posts in the flounder theme.
 * Thanks,
    John

Viewing 1 replies (of 1 total)

 *  Moderator [Mel Choyce-Dwan](https://wordpress.org/support/users/melchoyce/)
 * (@melchoyce)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/removing-post-dates-2/#post-5319790)
 * Hi there,
 * If you’ve made a child theme and you’re comfortable working with templates, you
   can make a copy of “content.php” and remove “<?php flounder_posted_on(); ?>” 
   on lines 18 and 60.
 * Otherwise, if you have Jetpack’s css module active, or any other css-modifying
   plugins installed, you can use the following css:
 *     ```
       time.entry-date.meta {
       display: none;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘removing post dates’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Mel Choyce-Dwan](https://wordpress.org/support/users/melchoyce/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/removing-post-dates-2/#post-5319790)
 * Status: resolved