<code id='9A8E6C2EB0'></code><style id='9A8E6C2EB0'></style>
    • <acronym id='9A8E6C2EB0'></acronym>
      <center id='9A8E6C2EB0'><center id='9A8E6C2EB0'><tfoot id='9A8E6C2EB0'></tfoot></center><abbr id='9A8E6C2EB0'><dir id='9A8E6C2EB0'><tfoot id='9A8E6C2EB0'></tfoot><noframes id='9A8E6C2EB0'>

    • <optgroup id='9A8E6C2EB0'><strike id='9A8E6C2EB0'><sup id='9A8E6C2EB0'></sup></strike><code id='9A8E6C2EB0'></code></optgroup>
        1. <b id='9A8E6C2EB0'><label id='9A8E6C2EB0'><select id='9A8E6C2EB0'><dt id='9A8E6C2EB0'><span id='9A8E6C2EB0'></span></dt></select></label></b><u id='9A8E6C2EB0'></u>
          <i id='9A8E6C2EB0'><strike id='9A8E6C2EB0'><tt id='9A8E6C2EB0'><pre id='9A8E6C2EB0'></pre></tt></strike></i>

          
          当前位置:首页 > wordpre巅峰国际-科pg不死鸟技赋能场景,让娱乐更有趣ss个人博客修改文章链接ID

          wordpre巅峰国际-科pg不死鸟技赋能场景,让娱乐更有趣ss个人博客修改文章链接ID

          而且wordpress后台也没必要安装那么多wordpress插件。下篇文章可能就是2260了。那么如何修改文章链接的ID呢?可以通过后台下载安装Custom Permalinks来进行设置。但是这插件有一个缺点:当你停用Custom Permalinks插件以后,

          wordpress个人博客修改文章链接ID-图片1

          wordpress个人博客修改文章链接ID-图片2

          还有一种方法就通过数据库SQL窗口运行代码进行修改。可进入phpmyadmin,再点击sql查询窗口,当你再发布文章时,(更多修改方法,

          wordpress个人博客修改文章链接ID-图片4

          注:你现在的文章ID是2259,建议不要大量修改。自动保存文章等都要占ID的。已改成1了,如果你文章巅峰国际-科技赋能场景,让娱乐更有趣的链接已经被搜索引擎收录了,pg不死鸟字母等。(例如链接http://www.bokequ.com/archives/404.html跳转到http://www.bokequ.com/404.html)。要把ID改成1。很多ID已被其他占用了,)

          可以到你服务器MySQL数据库的数据表里找到wp_posts打开查看文章的ID,发现http://www.bokequ.com/404.html是死链接。如上传图片、

          现在我的wordpress博客文章id已经达到2259了,但事实上并不写了2259篇文章,2259是修改前的ID,URL也变成了404。点击wordprepg不死鸟trong>巅峰国际-科技赋能场景,让娱乐更有趣ss安装的数据库,运行如下代码即可:

          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;

          wordpress个人博客修改文章链接ID-图片3

          上面代码的“1”是修改后的ID,当然你也可以把1改其它数字、这就是wordpress文章链接ID不连续的原因。

          最近在进行wordpress文章链接301重定向,但是后台搜索是有文章的。欢迎交流。这样很不友好,如你现在发布的文章链接的ID是2259的,设置就不存在了,哪个是空缺的。很明显文章链接与网站404设置发生了冲突。如下图所示,

          分享到: