加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > CMS系统 > Dedecms > 正文

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

发布时间:2020-12-14 04:58:42 所属栏目:Dedecms 来源:网络整理
导读:打开include/arc.searchview.class.php 查找: require_once ( DEDEINC . "/taglib/hotwords.lib.php" ); "/taglib/channel.lib.php" ); 在下面加入: "/taglib/arclist.lib.php" ); "/taglib/channelartlist.lib.php" ); 找到: else if ( $tagname == "hot

打开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));
}

  在下面插入: