在织梦的搜索结果页面中,如果要使用dede:tag等标签的支持,你需要这样做
打开 include\arc.searchview.class.php 找到
require_once(DEDEINC."/taglib/channel.lib.php"😉;
在它的下面加入
require_once(DEDEINC."/taglib/tag.lib.php"😉;
继续找到
else if($tagname=="hotwords"😉
{
$this->dtp->Assign($tagid,lib_hotwords($ctag,$this));
}
大概在540行,在它的下面加入
|
注明:本文为星速云原创版权所有,禁止转载,一经发现将追究版权责任!