当前位置 : 主页 > 建站教程 > dedecms >

织梦CMS自定义输出热门搜索关键词

来源:互联网 收集:自由互联 发布时间:2021-06-19
(此图片来源于网络,如有侵权,请联系删除! ) 后台-系统-基本参数-添加变量 变量名称cfg_hotkeys 变量类型文本 参数说明热门关键词 变量值牛肉,排骨,番茄,芒果,香菇,玉米 (此图片来源于

后台-系统-基本参数-添加变量

  • 变量名称 cfg_hotkeys
  • 变量类型 文本
  • 参数说明 热门关键词
  • 变量值  牛肉,排骨,番茄,芒果,香菇,玉米

前台模板标签调用

{dede:global.cfg_hotkeys runphp="yes"}
global $cfg_cmspath;
$hotkeys = explode(',',@me);
$result = '';
for($index=0;$index<count($hotkeys);$index++){
	$result .= "<a href='{$cfg_cmspath}/plus/search.php?keyword=".urlencode($hotkeys[$index])."'>".$hotkeys[$index]."</a> ";
}
@me = $result;
{/dede:global.cfg_hotkeys}

 
网友评论
相关栏目