找到include/arc.archives.class.php
查找
$this->PreNext[‘pre’] = “上一篇:{$preRow[‘title’]} “;
修改为
$this->PreNext[‘pre’] = “{$preRow[‘title’]}“;
查找
$this->PreNext[‘pre’] = “上一篇:没有了”;
修改为
$this->PreNext[‘pre’] = “你想要的文字 “;
查找
$this->PreNext[‘next’] = “下一篇:{$nextRow[‘title’]} “;
修改为
$this->PreNext[‘next’] = “{$nextRow[‘title’]} “;
查找
$this->PreNext[‘next’] = “下一篇:没有了 “;
修改为
$this->PreNext[‘next’] = “你想要的文字“;
文章模板里调用代码
{dede:prenext get=’pre’/} {dede:prenext get=’next’/}
CSS代码
/*上下篇*/
.wz-pagelast .prev a {
background: url(“../images/icons.jpg”) no-repeat scroll 0 -224px transparent;
float: left;
height: 16px;
line-height: 16px;
padding-left: 22px;
}
.wz-pagelast .next a {
background: url(“../images/icons.jpg”) no-repeat scroll 100% -240px transparent;
float: right;
height: 16px;
line-height: 16px;
padding-right: 22px;
}
CSS代码
/*上下篇*/
.wz-pagelast .prev a {
background: url(“../images/icons.jpg”) no-repeat scroll 0 -224px transparent;
float: left;
height: 16px;
line-height: 16px;
padding-left: 22px;
}
.wz-pagelast .next a {
background: url(“../images/icons.jpg”) no-repeat scroll 100% -240px transparent;
float: right;
height: 16px;
line-height: 16px;
padding-right: 22px;
}
织梦DedeCMS channelartlist标签也支持当前栏目高亮的方法 | 织梦DedeCMS channelartlist标签也支持当前栏目高亮的方法 ...
Discuz! X3.2 帖子售价最高只能30的金钱 怎么修改 | Discuz! X3.2 帖子售价最高只能30的金钱 怎么修改 ...