加入收藏 | 设为首页 | 会员中心 | 我要投稿 台州站长网 (https://www.0576zz.cn/)- 边缘计算、中间件、数据处理、数据分析、智能存储!
当前位置: 首页 > 综合聚焦 > CMS系统 > 正文

最新DEDECMS织梦搜索页调用arclist标签的教程

发布时间:2020-12-05 05:59:19 所属栏目:CMS系统 来源:互联网
导读:打开include/arc.searchview.class.php 查找: require_once ( DEDEINC . /taglib/hotwords.lib.php ); require_once ( DEDEINC . /taglib/channel.lib.php ); 在下面加入: require_once ( DEDEINC . /taglib/arclist.lib.php ); require_once ( DEDEINC .

打开include/arc.searchview.class.php

  查找:

require_once(DEDEINC."/taglib/hotwords.lib.php");
"/taglib/channel.lib.php"); 

  在下面加入:

else if($tagname=="hotwords")                
{                    
	$this->dtp->Assign($tagid,lib_hotwords($ctag,$this));
}

  在下面插入: