4月更新過文章,文章ID停留在146,5月忙于考試,文章一篇都沒寫,結果6月前幾天寫文章的時候,ID從146直接跳到148,也不知道什么原因,我 的Wordpress是做過處理的ID是會自動連續(xù)的。打開數據庫,把文章ID為148的改成147,完整的SQL語句如下:
代碼如下:
update wp_posts set id = 147 where id = 148;
update wp_term_relationships set object_id = 147 where object_id = 148;
update wp_postmeta set post_id = 147 where post_id = 148;
update wp_comments set comment_post_ID = 147 where comment_post_ID = 148;
更多信息請查看IT技術專欄