首页 >

织梦DedeCMS列表页标题后加上页数使标题不重复的办法

在DEDECMS的列表页的标题后面加上当前页数使列表页的标题不重复这样更有利于SEO优化。
当前列表页页码的标签为:{dede:pagelist listsize=’0′ listitem=’pageno’ function=’html2text(@me)’/}
实例:{dede:field.title/}_第{dede:pagelist listsize=’0′ listitem=’pageno’ function=’html2text(@me)’/}页
只适用于列表页,且该栏目内容不止一页的情况下,可使用版本包括DedeCMS v5.1以上版本。v5.7测试通过

另外还可以直接修改PHP代码,添加一个专门的调用参数,修改php的方法为:
DedeCMS修改列表页标题成”列表名-第xx页”需要修改include/arc.listview.class.php
静态页的修改方法
1.删掉236行 $this->ParseTempletsFirst();
2.在262行$this->ParseDMFields($this->PageNo,1);前添加
$this->Fields[‘pagexx’] = $this->PageNo;
$this->ParseTempletsFirst();
动态页的修改方法
3.在325行if((empty($this->PageNo) || $this->PageNo==1) 前添加
$this->Fields[‘pagexx’] = $this->PageNo;
list_article.htm模板的调用方法
{dede:field.title/} / 第{dede:field.pagexx /}页

  • 织梦DedeCMS程序百度php主动推送代码,亲测可用!
  • 织梦DedeCMS程序百度php主动推送代码,亲测可用! | 织梦DedeCMS程序百度php主动推送代码,亲测可用! ...

  • 织梦DedeCMS会员文章被评论后自动发短消息给作者的教程
  • 织梦DedeCMS会员文章被评论后自动发短消息给作者的教程 | 织梦DedeCMS会员文章被评论后自动发短消息给作者的教程 ...

  • 织梦DedeCMSchannelartlist实现高亮显示
  • 织梦DedeCMSchannelartlist实现高亮显示 | 织梦DedeCMSchannelartlist实现高亮显示 ...