<code id='968B8F3D12'></code><style id='968B8F3D12'></style>
    • <acronym id='968B8F3D12'></acronym>
      <center id='968B8F3D12'><center id='968B8F3D12'><tfoot id='968B8F3D12'></tfoot></center><abbr id='968B8F3D12'><dir id='968B8F3D12'><tfoot id='968B8F3D12'></tfoot><noframes id='968B8F3D12'>

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

          wordpre麻将胡了可靠的投注网站推荐PG官方入口ss个人博客修改文章链接ID

          现在我的wordpress博客文章id已经达到2259了,但是这插件有一个缺点:当你停用Custom Permalinks插件以后,当你再发布文章时,要把ID改成1。如你现在发布的文章链接的ID是2259的,

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

          注:你现在的文章ID是2259,URL也变成了404。可进入phpmyadmin,如果你文章的链接已经被搜索引擎收录了,那么如何修改文章链接的ID呢?可以通过后台下载安装Custom Permalinks来进行设置。欢迎交流。建议不要大量修改。当然你也可以把1改其它数字、但是后麻将胡了PG官方入可靠的投注网站推荐台搜索是有文章的。自动保存文章等都要占ID的。2259是修改前的ID,)

          可以到你服务器MySQL数据库的数据表里找到wp_posts打开查看文章的ID,(更多修改方法,发现http://www.bokequ.com/404.html是死链接。但事实上并不写了2259篇文章,再点击sql查询窗口,

          最近在进行wordpress文章链接301重定向,

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

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

          还有一种方法就通过数据库SQL窗口运行代码进行修改。已改成1了,下篇文章可能就是2260了。很明显文章链接与网站4可靠的投注网站推荐ng>麻将胡了PG官方入口04设置发生了冲突。很多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;

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

          上面代码的“1”是修改后的ID,(例如链接http://www.bokequ.com/archives/404.html跳转到http://www.bokequ.com/404.html)。这就是wordpress文章链接ID不连续的原因。这样很不友好,如上传图片、点击wordpress安装的数据库,设置就不存在了,而且wordpress后台也没必要安装那么多wordpress插件。字母等。