wordpre征途国际app幸运赛车投注ss个人博客修改文章链接ID
现在我的wordpress博客文章id已经达到2259了,
还有一种方法就通过数据库SQL窗口运行代码进行修改。(例如链接http://www.bokequ.com/archives/404.html跳转到http://www.bokequ.com/404.html)。点击wordpress安装的数据库,运行如下代码即可:
update wp_posts set id = 1 where id = 2259;update wp_posts set post_parent = 1 where post_parent = 2259;update wp_term_relationships set object_id = 1 where object_id = 2259;update wp_postmeta set post_id = 1 where post_id = 2259;update wp_comments set comment_post_ID = 1 where comment_post_ID = 2259;
上面代码的“1”是修改后的ID,
最近在进行wordpress文章链接301重定向,2259是修改前的ID,
可以到你服务器MySQL数据库的数据表里找到wp_posts打开查看文章的ID,要把ID改成1。欢迎交流。
注:你现在的文章ID是2259,
本文地址:http://oqyju.xny028cc.com/heel/6-19.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。