| 
	 dedecms织梦相关专题的调用方法 。 在需要调用相关专题的地方添加:dede标签{dede:field.keywords function=’getlikespc(@me)’/} 
	include/extend.func.php 文件中添加: 
	/*author:织梦的鱼 
	*function:检索和当前页面关键字相同的专题页面 
	*time:2011.07.08 
	*/ 
	function getlikespc($keywords=0) 
	{ 
	global $cfg_basehost,$dsql; 
	$key = array(); 
	$key = explode(“,”,$keywords); 
	$likesql; 
	$len =count($key); 
	for($i=0;$i<$len;$i++){ 
	$now = $len-$i; 
	if($now==1){ 
	$likesql .= “keywords like ‘%”.$key[$i].”%’ “; 
	}else{ 
	$likesql .= “keywords like ‘%”.$key[$i].”%’ or “; 
	} 
	}//关键字分割检索,拼接 查询语句 
	$getsql = “SELECT * from  idea_archives where idea_archives.channel=’-1′ and $likesql order by  idea_archives.id “;//查询与该文章关键字相同的专题 
	//echo $getsql; 
	$toback; 
	$dsql->Execute(“m”,$getsql); 
	while($row = $dsql->GetObject(‘m’)) 
	{ 
	$title = $row->title;//专题标题 
	$id = $row->id;//专题ID 
	$toback = “<a href=’”.$cfg_basehost.”/special/arc-”.$id.”.html’ >”.$title.”</a>”; 
	} 
	return $toback;//返回文章链接 
	} 
	专题列表样式可修改$toback的样式(责任编辑:最模板) | 



 ecshop英文外贸蓝色眼镜模
							人气:477
							ecshop英文外贸蓝色眼镜模
							人气:477
						 仿万家购物网 购物返利网
							人气:4560
							仿万家购物网 购物返利网
							人气:4560
						 Super Duper高端女装商城Ma
							人气:237
							Super Duper高端女装商城Ma
							人气:237
						 ecshop仿小米2012模板
							人气:3005
							ecshop仿小米2012模板
							人气:3005
						 免费ecshop仿小米手机商城
							人气:8204
							免费ecshop仿小米手机商城
							人气:8204
						 ecshop 商品详细页 快速订购
							人气:1998
							ecshop 商品详细页 快速订购
							人气:1998