主题 : jeecms v8 怎么在模板里调取几日内的新闻显示new |
级别: 解元
![]() |
1# 发表于:2019-03-29 15:01:16 IP:223.178.*.*
|
||||
---|---|---|---|---|---|
级别: 论坛管理员
![]() |
5# 发表于:2019-03-29 15:31:08 IP:115.79.*.*
[@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] |
||
---|---|---|---|
级别: 解元
![]() |
6# 发表于:2019-03-29 15:37:09 IP:223.178.*.*
回复第5楼
就是这里对吧? [#if a.new]<img src="${base}/${site.newPic!}"/>[/#if] |
||
---|---|---|---|
1
共1页