• 懒鸟飞:帝国cms模板专业分享平台,新域名:lanniaofei.com

帝国CMS模板显示最新24小时文章显示红色日期方法

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>';

 
QQ在线咨询
QQ客服
淘宝官网