Title: Remove date stamp &amp; post type
Last modified: August 30, 2016

---

# Remove date stamp & post type

 *  [blcclub](https://wordpress.org/support/users/blcclub/)
 * (@blcclub)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-date-stamp-post-type/)
 * How do I remove the date stamp and post type from my posts and on my homepage?

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-date-stamp-post-type/#post-6407572)
 * Hey there blcclub,
 * Hope you’re well today 🙂
 * You should be able to remove post meta from your home page with some custom CSS.
   Please try adding the following CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       .home .entry-meta.entry-meta-header {
           display: none;
       }
       ```
   
 * If the code doesn’t work please keep it added and post link to your site so I
   can take a look 🙂
 * Cheers,
    Bojan
 *  Thread Starter [blcclub](https://wordpress.org/support/users/blcclub/)
 * (@blcclub)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-date-stamp-post-type/#post-6407615)
 * Thanks Bojan for your help.
 * As suggested I installed the Simple Custom CSS plugin and added the code, but
   the date is still appearing on my homepage for each of my posts:
 * [http://barkerslandingcommunityclub.org/](http://barkerslandingcommunityclub.org/)
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/remove-date-stamp-post-type/#post-6407719)
 * Hey there blcclub,
 * I’m not really sure how you’re adding CSS there since I can’t see the code in
   styles when inspecting your site.
 * However, CSS is somehow added into HTML in page template, see screenshot
    [http://screencast.com/t/37NMys7pplJ](http://screencast.com/t/37NMys7pplJ).
   This is definitely not the proper way to do it and most likely the reason the
   code is not working.
 * Can you please remove that from HTML and add the code to Appearance -> Custom
   CSS in your admin if you already got plugin installed.
 * If the code still doesn’t work please keep it added there and let me know so 
   I can take a look.
 * Best regards,
    Bojan

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

The topic ‘Remove date stamp & post type’ is closed to new replies.

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

## Tags

 * [date stamp](https://wordpress.org/support/topic-tag/date-stamp/)
 * [post-type](https://wordpress.org/support/topic-tag/post-type/)

 * 3 replies
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/remove-date-stamp-post-type/#post-6407719)
 * Status: not resolved