Title: Dates appearing on wrong posts
Last modified: August 19, 2016

---

# Dates appearing on wrong posts

 *  [becauseitisthere](https://wordpress.org/support/users/becauseitisthere/)
 * (@becauseitisthere)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/dates-appearing-on-wrong-posts/)
 * Hi,
 * My dates are appearing on the wrong posts. Any ideas why? [http://www.becauseitisthere.co.uk](http://www.becauseitisthere.co.uk)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/dates-appearing-on-wrong-posts/#post-1234874)
 * Can you give a specific example?
 *  Thread Starter [becauseitisthere](https://wordpress.org/support/users/becauseitisthere/)
 * (@becauseitisthere)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/dates-appearing-on-wrong-posts/#post-1234883)
 * If you check out the main blog. The first post is a sticky post and i have entered
   a piece of code (given to me by someone on here) to remove dates from these. 
   The post entitled skine.art should have the date OCT 05 next to it but has OCT
   04 next to it, the date of the post below.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/dates-appearing-on-wrong-posts/#post-1234896)
 * The post dates are actually being generated correctly but your theme’s CSS is
   displaying them on the next post instead of the cirrent post:
 * Try editing style.css and changing:
 *     ```
       h2 {
       border-bottom:1px dotted #CC0000;
       color:#262626;
       font-family:"Trebuchet MS",Tahoma,Arial;
       font-size:190%;
       font-size-adjust:none;
       font-stretch:normal;
       font-style:normal;
       font-variant:normal;
       font-weight:normal;
       letter-spacing:-1px;
       line-height:100%;
       margin:0 0 2px;
       padding-bottom:3px;
       }
       .post-date {
       color:#005100;
       float:right;
       height:10px;
       width:45px;
       }
       .entry {
       float:right;
       width:600px;
       }
       ```
   
 * to
 *     ```
       h2 {
       border-bottom:1px dotted #CC0000;
       color:#262626;
       font-family:"Trebuchet MS",Tahoma,Arial;
       font-size:190%;
       font-size-adjust:none;
       font-stretch:normal;
       font-style:normal;
       font-variant:normal;
       font-weight:normal;
       letter-spacing:-1px;
       line-height:100%;
       margin:0 0 2px;
       padding-bottom:13px;
       }
       .post-date {
       color:#005100;
       float:left;
       height:10px;
       width:45px;
       margin-left:-20px;
       }
       .entry {
       width:600px;
       }
       ```
   
 *  Thread Starter [becauseitisthere](https://wordpress.org/support/users/becauseitisthere/)
 * (@becauseitisthere)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/dates-appearing-on-wrong-posts/#post-1234910)
 * Ah yes, that’s done it. Is there anyway to lift the post date up slightly to 
   meet the level of the post title
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/dates-appearing-on-wrong-posts/#post-1234914)
 * Try adding `margin-top:-10px;` to .post-date.
 *  Thread Starter [becauseitisthere](https://wordpress.org/support/users/becauseitisthere/)
 * (@becauseitisthere)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/dates-appearing-on-wrong-posts/#post-1234922)
 * And to lower the title text slightly? (sorry to be a pain in the ….)

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

The topic ‘Dates appearing on wrong posts’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 6 replies
 * 2 participants
 * Last reply from: [becauseitisthere](https://wordpress.org/support/users/becauseitisthere/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/dates-appearing-on-wrong-posts/#post-1234922)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
