修改织梦dedecms文章页中的上/下一篇

  在织梦dedecms文章内容页中都会用上一篇下一篇来提高网站文章之间的相关性,这样也有利于网站的收录,但是如果想要更改这里面的一些东西还要注意修改。

  找到include/arc.archives.class.php

  查找

  $this->PreNext[‘pre’] = “上一篇:{$preRow[‘title’]} “;

  修改为

  $this->PreNext[‘pre’] = ““;

  查找

  $this->PreNext[‘pre’] = “上一篇:没有了”;

  修改为

  $this->PreNext[‘pre’] = “你想要的文字 “;

  查找

  $this->PreNext[‘next’] = “下一篇:{$nextRow[‘title’]} “;

  修改为

  $this->PreNext[‘next’] = “ “;

  查找

  $this->PreNext[‘next’] = “下一篇:没有了 “;

  修改为

  $this->PreNext[‘next’] = “你想要的文字“;

  文章模板里调用代码

  

{dede:prenext get=’pre’/} {dede:prenext get=’next’/}

  CSS代码

  /*上下篇*/

  .wz-pagelast .prev a {

  background: url(“https://www.adminbuy.cn/images/icons.gif”) no-repeat scroll 0 -224px transparent;

  float: left;

  height: 16px;

  line-height: 16px;

  padding-left: 22px;

  }

  .wz-pagelast .next a {

  background: url(“https://www.adminbuy.cn/images/icons.gif”) no-repeat scroll 100% -240px transparent;

  float: right;

  height: 16px;

  line-height: 16px;

  padding-right: 22px;

  }

☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » 修改织梦dedecms文章页中的上/下一篇

Pbootcms模板网 提供优质的模板集合

立即查看 了解详情