主题 : V8.1 网站首页近3天发布的内容高亮显示有这种功能吗? |
级别: 贡士
![]() |
12# 发表于:2019-03-08 15:46:26 IP:117.186.*.*
回复第11楼
我本地 |
||
---|---|---|---|
级别: 论坛管理员
![]() |
14# 发表于:2019-03-08 15:49:05 IP:117.140.*.*
[@cms_content_page count='10' orderBy='4' channelId=channel.id channelOption='2' dateFormat='yyyy-MM-dd']
[#list tag_pagination.list as a] <div class="hdNews hasPic"> [#if a.typeImg??] <a href="${a.url}" target="_blank" class="pic" style="border:1px solid #ccc;"> <img src="${a.typeImg!site.typeImg}" /> </a> [/#if] <a href="${a.url}" title="${a.title}" target="_blank"> <h2>[@text_cut s=a.title len=22 /][#if a.new]<img src="${base}/${site.newPic!}"/>[/#if]</h2> </a> <p> [@text_cut s=a.desc len=60 append='...'/] <span style="color:#999">(${a.date?string(dateFormat)})</span> </p> </div> [/#list] 这个是调用的实例 |
||
---|---|---|---|