1、首页调用文章列表,在24小时内,显示红色。
<?
$newstime=date('m-d',$bqr[newstime]);
if((time()-$bqr[newstime])<=1*24*3600){
$newstime="<font color= red >".$newstime."</font>";
}?>
<?=$newstime?>
2、此方法应用在(栏目)列表页或者标签也的列表内容模板,先勾选开启列表内容模板右上角的“使用程序代码”,然后把下列代码放入就行了。具体代码和样式请根据实际情况改变!
$newimg='[!--newstime--]';
if(time()-$r[newstime]<=1*24*3600)
{
$newimg='<fontcolor=red>[!--newstime--]</font>';
}
$listtemp='<li><span class=date>'.$newimg.'</span> <a href="[!--titleurl--]" target=_blank>[!--title--]</a> </li>';