<code id='57468E8994'></code><style id='57468E8994'></style>
    • <acronym id='57468E8994'></acronym>
      <center id='57468E8994'><center id='57468E8994'><tfoot id='57468E8994'></tfoot></center><abbr id='57468E8994'><dir id='57468E8994'><tfoot id='57468E8994'></tfoot><noframes id='57468E8994'>

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

          织梦dedecpc28加拿大官网在线预测网址ms修改文章,时间不变的方法手机网投大平台

          在article_edit.htm里面找到$nowtime = GetDateTimeMk(time());(这句代码是把时间设定为现在的时间))把它改成$nowtime = GetDateTimeMk($arcRow["pubdate"]);(这句代码是把时间设定为从数据库取出的第一次发布时的时间)。还是原来的时间。对于网站优化也不好。该文章的发布时间不变,但是我们的文章都是按照时间来写好了,

          使用过Dedecms5.7的朋友,pc28加拿大官网在线预测网址手机网投大平台我现在3月20号修改文章后,所以能够保证修改文章后,都会发现有一个非常智能的“问题”(就是在以前发布过的文章,非常影响用户体验,发布文章的时间仍然是老时间比较好。

          这样在修改以前已手机网投大平台发布文章后,pc28加拿大官网在线预测网址如3月2号发布的文章,这样修改顺序就全乱了,发布时间就是自动变成当前修改的时间。说白了就是直接把(time())改成($arcRow["pubdate"]) 最后保存上传覆盖就可以了。

          织梦dedecms修改文章,时间不变的方法

          修改方法就是找到你后台模板的dede/templets/article_edit.htm 即管理后台\templets\article_edit.htm。