Title: Broken Post Dates
Last modified: August 30, 2016

---

# Broken Post Dates

 *  [davegf](https://wordpress.org/support/users/davegf/)
 * (@davegf)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/)
 * Hey Guys,
 * On my Blog Posts Page my latest post will always have the date 30/11/-0001 9all
   the rest are correct) and whenever I select any blog post to view the date will
   show 30/11/-0001.
 * Site is [http://www.girlfriendfunnel.com](http://www.girlfriendfunnel.com) if
   you want to have a look.
 * Has this happened to anyone else and does anyone know of a solution? 🙂
 * Thanks
    Dave

Viewing 15 replies - 16 through 30 (of 33 total)

[←](https://wordpress.org/support/topic/broken-post-dates/?output_format=md) [1](https://wordpress.org/support/topic/broken-post-dates/?output_format=md)
2 [3](https://wordpress.org/support/topic/broken-post-dates/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/broken-post-dates/page/3/?output_format=md)

 *  Thread Starter [davegf](https://wordpress.org/support/users/davegf/)
 * (@davegf)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287793)
 * Yep [@alchymyth](https://wordpress.org/support/users/alchymyth/) problem persists
   🙁
 *  [Charleshl](https://wordpress.org/support/users/charleshl/)
 * (@charleshl)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287812)
 * In that case, your database may be corrupted.
 *  Thread Starter [davegf](https://wordpress.org/support/users/davegf/)
 * (@davegf)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287842)
 * OK, so is there anything I an do about that?
 * Thanks
 *  [Charleshl](https://wordpress.org/support/users/charleshl/)
 * (@charleshl)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287848)
 * Here are the steps to repair a table in a MySQL database using phpMyAdmin:
 * Login to hosting account.
    Login to phpMyAdmin. Choose the affected database.
   If you only have one database, it should choose it by default so you don’t need
   to do anything. In the main panel, you should see a list of your database tables.
   Check the boxes by the tables that need repair. At the bottom of the window just
   below the list of tables, there is a drop down menu. Choose “Repair Table” Remember,
   that it is advisable to have a current backup of your database at all times.
 *  Thread Starter [davegf](https://wordpress.org/support/users/davegf/)
 * (@davegf)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287850)
 * Thanks, but how do I know which tables need to be repaired? 😉
 *  [Charleshl](https://wordpress.org/support/users/charleshl/)
 * (@charleshl)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287851)
 * Repair wp_posts and then test your website
 *  Thread Starter [davegf](https://wordpress.org/support/users/davegf/)
 * (@davegf)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287852)
 * So I repaired all databases and they all are ok apart from a few of them say “
   The storage engine for the table doesn’t support repair”
 * Ideas?
 *  Thread Starter [davegf](https://wordpress.org/support/users/davegf/)
 * (@davegf)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287853)
 * Yeah, wp_posts is one of those that says “The storage engine for the table doesn’t
   support repair”?
 *  [dimitris33](https://wordpress.org/support/users/dimitris33/)
 * (@dimitris33)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287855)
 * you can try the following
 * edit your content-single.php
 * find this line
 * `<?php athemes_posted_on(); ?>`
 * and replace it with
 * `<?php the_time(); ?>`
 *  [Charleshl](https://wordpress.org/support/users/charleshl/)
 * (@charleshl)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287857)
 * I have just repaired a wp_posts file in two of my databases without any problem.
   
   Go to the phpAdmin Query tab and type REPAIR TABLE `wp_posts` in the query box.
   Then press the submit query button.
 *  [Charleshl](https://wordpress.org/support/users/charleshl/)
 * (@charleshl)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287858)
 * REPAIR TABLE ‘wp_posts’
 *  Thread Starter [davegf](https://wordpress.org/support/users/davegf/)
 * (@davegf)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287862)
 * Tried this:
 * “edit your content-single.php
 * find this line
 * <?php athemes_posted_on(); ?>
 * and replace it with
 * <?php the_time(); ?>”
 * And ti didn’t make a difference for the posting date on the top post on the homepage
   but it changed the time of each post to “12:00” on each single post page.
 *  Thread Starter [davegf](https://wordpress.org/support/users/davegf/)
 * (@davegf)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287863)
 * And typed “REPAIR TABLE ‘wp_posts'” into the query box for that database and 
   got no confirmation message and problem still not fixed 🙂
 * Do either of you guys wanna jump into my admin area or hosting account? 🙂
 *  [Andrew Nevins](https://wordpress.org/support/users/anevins/)
 * (@anevins)
 * WCLDN 2018 Contributor | Volunteer support
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287865)
 * I’m sure nobody wants that responsibility, you really shouldn’t flippantly give
   out the keys to your site or server.
 *  Thread Starter [davegf](https://wordpress.org/support/users/davegf/)
 * (@davegf)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/2/#post-6287866)
 * Fair point [@andrew](https://wordpress.org/support/users/andrew/), any advice
   on the issue?

Viewing 15 replies - 16 through 30 (of 33 total)

[←](https://wordpress.org/support/topic/broken-post-dates/?output_format=md) [1](https://wordpress.org/support/topic/broken-post-dates/?output_format=md)
2 [3](https://wordpress.org/support/topic/broken-post-dates/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/broken-post-dates/page/3/?output_format=md)

The topic ‘Broken Post Dates’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 33 replies
 * 5 participants
 * Last reply from: [dimitris33](https://wordpress.org/support/users/dimitris33/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/broken-post-dates/page/3/#post-6287907)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
