WordPress文章ID是否能用SQL进行修正

WordPress文章ID是否能用SQL进行修正,第1张

WordPress当然可以通过SQL数据库修正文章的ID,所以下面我们就来了解一下是如何用SQL数据库进行修改的吧: 


WordPress文章ID是否能用SQL进行修正,第2张

进入 mysql 命令或者 phpmyadmin 的 SQL,执行如下命令即可:

如将文章ID为3368的文章修改为189

update wp_posts set id = 3368 where id = 189;<br>

update wp_term_relationshi<a href="/fw/photo.html" target="_blank">ps</a> set object_id = 3368 where object_id = 189;<br>

update wp_postmeta set post_id = 3368 where post_id = 189;<br>

update wp_comments set comment_post_ID = 3368 where comment_post_ID = 189;
DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » WordPress文章ID是否能用SQL进行修正

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情