主题 : V8.1 网站首页近3天发布的内容高亮显示有这种功能吗?
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
11#   发表于:2019-03-08 15:42:05  IP:117.140.*.*
您在哪里发布的?
每天告诉自己一次,“我真的很不错”。
级别: 贡士
UID: 81048
积分:788 加为好友
威望: 1 精华: 0
主题:66 回复:243
注册时间:2015-10-14
在线时长:0
12#   发表于:2019-03-08 15:46:26  IP:117.186.*.*
回复第11楼

我本地
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
13#   发表于:2019-03-08 15:47:47  IP:117.140.*.*
您好   这个好像是要在栏目模板中调用下的
每天告诉自己一次,“我真的很不错”。
级别: 论坛管理员
UID: 122721
积分:57884 加为好友
威望: 2 精华: 1
主题:5 回复:50085
注册时间:2018-05-07
在线时长:0
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]
这个是调用的实例
每天告诉自己一次,“我真的很不错”。
|< < 1 2 共2页