织梦dede在搜索结果页添加按栏目按模型细分数据

天气晴朗,天空万里无云,温暖的阳光洒在人的身上,就像是一位母亲轻轻地抚摸着我们,微风徐徐,波光粼粼,站在美丽的湖边尽情享受大自然的无穷魅力。

织梦dede在搜索结果页添加按栏目按模型细分数据,不修改程序文件,直接在模板文件里实现

search.htm 搜索结果页按栏目细分标签写法

<a rel="nofollow noopener noreferrer" href="{dede:global.cfg_cmspath/}/plus/search.php?pagesize=10&q={dede:global name='keyword' function='RemoveXSS(@me)'/}">全部</a>
<a rel="nofollow noopener noreferrer" href="{dede:geturl runphp=yes}$a = array("/&typeid=(\d+)/i","/&PageNo=(\d+)/i","/&TotalResult=(\d+)/i");$b = array("","","");@me = preg_replace($a,$b,GetCurUrl());{/dede:geturl}&typeid=1">新闻中心</a>
<a rel="nofollow noopener noreferrer" href="{dede:geturl runphp=yes}$a = array("/&typeid=(\d+)/i","/&PageNo=(\d+)/i","/&TotalResult=(\d+)/i");$b = array("","","");@me = preg_replace($a,$b,GetCurUrl());{/dede:geturl}&typeid=6">产品中心</a>

注意上面typeid就是按栏目id

search.htm 搜索结果页按内容模型细分标签写法

<a rel="nofollow noopener noreferrer" href="{dede:global.cfg_cmspath/}/plus/search.php?pagesize=10&q={dede:global name='keyword' function='RemoveXSS(@me)'/}">全部</a>
<a rel="nofollow noopener noreferrer" href="{dede:geturl runphp=yes}$a = array("/&channeltype=(\d+)/i","/&PageNo=(\d+)/i","/&TotalResult=(\d+)/i");$b = array("","","");@me = preg_replace($a,$b,GetCurUrl());{/dede:geturl}&channeltype=1">文章模型</a>
<a rel="nofollow noopener noreferrer" href="{dede:geturl runphp=yes}$a = array("/&channeltype=(\d+)/i","/&PageNo=(\d+)/i","/&TotalResult=(\d+)/i");$b = array("","","");@me = preg_replace($a,$b,GetCurUrl());{/dede:geturl}&channeltype=2">图集模型</a>

注意上面channeltype就是按模型id

到此这篇关于织梦dede在搜索结果页添加按栏目按模型细分数据就介绍到这了。有些话,适合烂在心里,有些痛苦,适合无声无息地忘记。当经历过,你成长了,自己知道就好。很多改变,不需要你自己说,别人会看得到。更多相关织梦dede在搜索结果页添加按栏目按模型细分数据内容请查看相关栏目,小编编辑不易,再次感谢大家的支持!

标签: 搜索结果 织梦