Обновить ID post в WordPress

Выполните SQL запрос

update wp1_posts set ID=NEW_ID where ID=OLD_ID;
update wp1_postmeta set post_id=NEW_ID where post_id=OLD_ID;
update wp1_term_relationships set object_id=NEW_ID where object_id=OLD_ID;