$keyboard=$r[keyboard];
$r_tag=explode(",",$keyboard);
$tempid=1;//这里是搜索模板ID
for($i=0; $i<count($r_tag); $i++)
{
if($r_tag[$i])
{
$tagslink=$public_r[newsurl]."e/tags/?tagname=".$r_tag[$i];//链接
$tags.="<a href='$tagslink' target='_blank'>".$r_tag[$i]."</a> ";
}
}
$listtemp='<article class="post">
<header>
<h2><a href="[!--titleurl--]" title="[!--oldtitle--]"> [!--title--] </a></h2>
</header>
<span class="muted">发布日期:[!--newstime--]</span> <span class="muted">来源于:</span>
<p class="note"> [!--smalltext--]...</p>
<footer> <a href="[!--titleurl--]" class="more-link">继续阅读 »</a> <span class="tags-links" itemprop="keywords">
'.$tags.' </span> </footer></article>';