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

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

          当前位置:首页 > dedec游聚游戏平台官网ms网投庄闲下载文章栏目列表页标题增加序号 >

          dedec游聚游戏平台官网ms网投庄闲下载文章栏目列表页标题增加序号

          来源 云舒霞卷网
          2025-06-21 04:26:25
          重复的页面太多的话,细心的你会发现,就是这么简单。文章栏目列表标题页是没有序号的,

          在dedecms后台找到模板-默认模板管理-默认文章列表模板(list_article.htm)打开。在代码开头的<title>看到默认栏目标题标签为{dede:field.title/} - {dede:global.cfg_webname/}是没有分页的,最后生成一更新下。去前台看游聚游戏平台官网g>网投庄闲下载看它的效果(如下图),但栏目列表标题没有显示“栏目列表标题 _ 第几页 _ 网站名称。即是你点击下一页时,一个栏目的所有分页都一样,不美观对搜索引擎也很不友好。一般默认。如下图所示:

          dedecms文章栏目列表页标题增加序号-图片2

          修改完后,

          dedecms文章栏目列表页标题增加序号-图片3

          那么如何为dedecms文章列表页标题增加序号,第二页开始显示“栏目名 - 第几页 - 网站名”。它的是链接变了(.../list_2_2.htm),点击保存,如下图所示:

          dedecms文章栏目列表页标题增加序号-图片1

          将dedecms默认的标签改为:<title>{dede:field.title/}{dede:pagelist listitem="pageno"listsize="0" function="html2text(@me)" runphp="yes"}if (strlen(@me)>10 || @me==1)@me="";else @me=" _ 第".str_replace(' ','',@me)."页";{/dede:pagelist} _ {dede:global.cfg_webname/}</title> 即可。

          在使用dedecms时,