Skip to content

Instantly share code, notes, and snippets.

@matiangul
Created May 29, 2013 15:15
Show Gist options
  • Save matiangul/5671082 to your computer and use it in GitHub Desktop.
Save matiangul/5671082 to your computer and use it in GitHub Desktop.
Change wordpress post date
UPDATE `admin_peoplegroup`.`wp_posts` SET
`post_date` = '2013-05-14 10:50:01',
`post_date_gmt` = '2013-05-14 10:50:01',
`post_modified` = '2013-05-14 10:50:01',
`post_modified_gmt` = '2013-05-14 10:50:01'
WHERE `wp_posts`.`ID` = 137;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment