wordprepg电子赏金女王夺pc蛋蛋28官网入口宝ss个人博客修改文章链接ID
还有一种方法就通过数据库SQL窗口运行代码进行修改。
可以到你服务器MySQL数据库的数据表里找到wp_posts打开查看文章的ID,运行如下代码即可:
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重定向,但是后台搜索是有文章的。哪个是空缺的。这样很不友好,那么如何修改文章链接的ID呢?可以通过后台下载安装Custom Permalinks来进行设置。字母等。 注:你现在的文章ID是2259, 现在我的wordpress博客文章id已经达到2259了,当你再发布文章时,下篇文章可能就是2260了。2259是修改前的ID,
本文仅代表作者观点,不代表本站立场。本文地址:http://jxmm4.xny028cc.com/progress/2025-06-23-01-49-43-1.html
版权声明
本文系作者授权发表,未经许可,不得转载。