互联网技术 · 2024年2月10日

DeDecms文章日期红色显示方法

很多人说,DeDecms是一款非常好用,非常棒的内容管理程序。这点无忧主机小编非常认可。但是如果DeDecms技术工程师针对用户体验和程序安全方面在用心点的话,相信使用的用户将更多。今天有一个站长使用PHP空间安装好DeDecms后,提了一个非常好的问题,就是当天所发表的文章能否以红色显示,这样访客一访问到网站就知道哪些文章是最新的。这样的用户体验也能得到用户的称赞,废话不多说,马上提供下解决方法供大家使用。

以下代码就可以实现DeDecms如何实现当天发表的文章日期以红色显示:

[field:pubdate runphp=yes] if(date(“Y-m-d”,@me)==date(“Y-m-d”)){ @me=.GetDateTimeMK(@me).; } else{ @me=GetDateTimeMK(@me); } [/field:pubdate]

如果觉得上面还不能满足你的要求,要加大到24小时内文章显示为红色。无忧主机小编也一起收集到分享给大家:

[field:pubdate runphp=yes] $nowTime = time(); if($nowTime – (3600 * 24) < @me){ @me=.GetDateTimeMK(@me).; }else{ @me=GetDateTimeMK(@me); } [/field:pubdate]

总结:以上代码不分好坏,都可以正常使用。根据用户的需求选择自己合适的代码吧!

原文地址:http://www.alitaohuo.com/CMSjiaocheng/zhimengjiaocheng/1909.html

OpenMagic API

Need more than content? Move into the product flow.

If you are here for model access, pricing, developer docs, or the future API console, the dedicated product path now lives on api.openmagic.ai.

登录免费注册