织梦搜索结果增加dede:tag标签支持

  在织梦的搜索结果页面中,如果要使用dede:tag等标签的支持,你需要这样做

  打开 includearc.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行,在它的下面加入

  else if($tagname==”arclist”)

  {

  $this->dtp->Assign($tagid,lib_arclist($ctag,$this));

  }

  else if($tagname==”channelartlist”)

  {

  $this->dtp->Assign($tagid,lib_channelartlist($ctag,$this));

  }

  else if($tagname==”tag”)

  {

  $this->dtp->Assign($tagid,lib_tag($ctag,$this));

  }

☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » 织梦搜索结果增加dede:tag标签支持

Pbootcms模板网 提供优质的模板集合

立即查看 了解详情