摘要: 织梦的标签{dede:arclist row='10' titlelen='50' keyword='织梦,dedecms'}里面的keyword只能是指定的关键词,但是我们常需要通过keyword来调用当前的keywords或者title时,那么需要做如下的修改: 打开:/include/tagl 阅读全文
posted @ 2019-11-14 14:38 hepeacer 阅读(635) 评论(0) 推荐(0)
摘要: 文章列表页带页码 打开include/arc.listview.class.php,找到: $this->ParseDMFields($this->PageNo,1); 在这段代码上面加上: $this->Fields['pagexx'] = $this->PageNo; $this->ParseT 阅读全文
posted @ 2019-11-14 14:28 hepeacer 阅读(289) 评论(0) 推荐(0)