进入PHPMyAdmin,执行以下SQL语句,即可实现将214的文章ID改为213,亲测无误。
update wp_posts set id = 213 where id = 214; update wp_term_relationships set object_id = 213 where object_id = 214; update wp_postmeta set post_id = 213 where post_id = 214; update wp_comments set comment_post_ID = 213 where comment_post_ID = 214;