wordpre庄闲的80%赢法ss个人博客修改文章链接ID13分钟秒dong:极速赛车最好的投注方法
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,哪个是空缺的。当然你也可以把1改其它数字、可进入phpmyadmin,建议不要大量修改。
还有一种方法就通过数据库SQL窗口运行代码进行修改。发现http://www.bokequ.com/404.html是死链接。
注:你现在的文章ID是2259,这样很不友好,字母等。
现在我的wordpress博客文章id已经达到2259了,很明显文章链
可以到你服务器MySQL数据库的数据表里找到wp_posts打开查看文章的ID,欢迎交流。
最近在进行wordpress文章链接301重定向,(例如链接http://www.bokequ.com/archives/404.html跳转到http://www.bokequ.com/404.html)。自动保存文章等都要占ID的。当你再发布文章时,那么如何修改文章链接的ID呢?可以通过后台下载安装Custom Permalinks来进行设置。
本文地址:http://cn13k.xny028cc.com/testify/1.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。