Archive for November, 2005
Monthly Archive
Thursday, November 10th, 2005
Does wordpress support back posting?
I managed to get wordpress to backpost using some sql in the database
mysql> update wp_posts set post_date=’2005-11-10 09:38:29′,post_date_gmt=’2005-11-10 09:38:29′ where ID =3;
