Title: Removing date from sticky posts
Last modified: August 24, 2016

---

# Removing date from sticky posts

 *  Resolved [rtbethel](https://wordpress.org/support/users/rtbethel/)
 * (@rtbethel)
 * [11 years ago](https://wordpress.org/support/topic/removing-date-from-sticky-posts/)
 * Hi, this is kind of specific for my site but I would like to hide the date from
   only the one sticky post on my blog. I have made that first square sticky and
   kind of a logo and don’t want the date to show on that one post. Is this possible?
   any simple css I can try?
 * [http://www.goodislandliving.com](http://www.goodislandliving.com)
 * Thanks in advance. I think I can stop bothering you now. Site is complete.
 * :)Robbie

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

 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years ago](https://wordpress.org/support/topic/removing-date-from-sticky-posts/#post-6136058)
 * Sure! This CSS should target the date on that first post only:
 *     ```
       .post-692 .entry-header .entry-meta {
         display: none;
       }
       ```
   
 * Let me know if this does the trick.
 *  Thread Starter [rtbethel](https://wordpress.org/support/users/rtbethel/)
 * (@rtbethel)
 * [11 years ago](https://wordpress.org/support/topic/removing-date-from-sticky-posts/#post-6136062)
 * That worked perfectly! Thanks. One more thing I noticed… the date and name of
   the publisher is on the actual post as well. Can I remove it from that one post?
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [11 years ago](https://wordpress.org/support/topic/removing-date-from-sticky-posts/#post-6136069)
 * Ah, I thought you were only referring to the homepage. 🙂
 * Try this **instead** of the above CSS to remove the date and author on both the
   homepage and the single post:
 *     ```
       .post-692 .entry-header .entry-meta, .postid-692 .entry-meta {
         display: none;
       }
       ```
   
 *  Thread Starter [rtbethel](https://wordpress.org/support/users/rtbethel/)
 * (@rtbethel)
 * [11 years ago](https://wordpress.org/support/topic/removing-date-from-sticky-posts/#post-6136090)
 * Once again! SO helpful! That was exactly what I needed.
 *  Thread Starter [rtbethel](https://wordpress.org/support/users/rtbethel/)
 * (@rtbethel)
 * [11 years ago](https://wordpress.org/support/topic/removing-date-from-sticky-posts/#post-6136091)
 * Thanks again for a job SO well done!
 *  Moderator [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * (@zoonini)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/removing-date-from-sticky-posts/#post-6136163)
 * You’re very welcome, glad that did the trick!

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

The topic ‘Removing date from sticky posts’ is closed to new replies.

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

 * 6 replies
 * 2 participants
 * Last reply from: [Kathryn Presner](https://wordpress.org/support/users/zoonini/)
 * Last activity: [10 years, 12 months ago](https://wordpress.org/support/topic/removing-date-from-sticky-posts/#post-6136163)
 * Status: resolved