| 
	 看了很多篇文章,似乎他们的引号都有些问题,自己重新整理了下发出来: 
	1、当前文章Tag标签 
	织梦dedecms文章页调用Tag标签比较简单,找到文章模板加入{dede:field.tags/}这个标签即可。但是织梦dedecms默认的Tag标签是没有链接的,接下来进行第二步。 
	2、给Tag标签加超链接 
	大家找到网站跟目录下的/include/helpers/archive.helper.php,找到120行左右。 
	if ( ! function_exists('GetTags')) 
	{ 
	    function GetTags($aid) 
	    { 
	        global $dsql; 
	        $tags = ''; 
	        $query = "SELECT tag FROM `dede_taglist` WHERE aid='$aid' "; 
	        $dsql->Execute('tag',$query); 
	        while($row = $dsql->GetArray('tag')) 
	        { 
	            $tags .= ($tags=='' ? $row['tag'] : ','.$row['tag']); 
	        } 
	        return $tags; 
	    } 
	} 
	替换成以下代码: 
	if ( ! function_exists('GetTags')) 
	{ 
	    function GetTags($aid) 
	    { 
	        global $dsql; 
	        $tags = ''; 
	        $query = "SELECT tag FROM `dede_taglist` WHERE aid='$aid' "; 
	        $dsql->Execute('tag',$query); 
	        while($row = $dsql->GetArray('tag')) 
	        { 
	            $tags .= ($tags=='' ? '<a href=/tags.php?/'.$row['tag'].' target=_blank>'.$row['tag'].'</a>': ','.' 
	<a href=/tags.php?/'.$row['tag'].' target=_blank>'.$row['tag'].'</a>');        } 
	        return $tags; 
	    }}(责任编辑:最模板) | 



 ecshop英文数码模板
							人气:575
							ecshop英文数码模板
							人气:575
						 ecshop仿天猫商城2016最新模
							人气:1092
							ecshop仿天猫商城2016最新模
							人气:1092
						 ecshop仿莫菲尚品蛋糕食品
							人气:2244
							ecshop仿莫菲尚品蛋糕食品
							人气:2244
						 ecshop仿VCOTTON维棉模板
							人气:615
							ecshop仿VCOTTON维棉模板
							人气:615
						 Fashion Feast时尚盛宴magent
							人气:641
							Fashion Feast时尚盛宴magent
							人气:641
						 ecshop团购网模板程序
							人气:1063
							ecshop团购网模板程序
							人气:1063