主题 : 分页标签可否在栏目循环标签中使用?
级别: 白丁
UID: 141532
积分:9 加为好友
威望: 0 精华: 0
主题:1 回复:4
注册时间:2022-05-11
在线时长:0
1#   发表于:2022-05-12 11:50:15  IP:113.135.*.*
我这样写有什么问题么。直接报500了
级别: 白丁
UID: 141536
积分:9 加为好友
威望: 0 精华: 0
主题:1 回复:3
注册时间:2022-05-12
在线时长:0.02
2#   发表于:2022-05-12 13:06:22  IP:113.135.*.*
级别: 总版主
UID: 10736
积分:148381 加为好友
威望: 205 精华: 42
主题:287 回复:126139
注册时间:2010-09-08
在线时长:15.55
3#   发表于:2022-05-12 13:40:16  IP:59.203.*.*
分页标签:
[@cms_content_page channelId=channel.id count='15'pageNo=1 titLen='60' append='...' orderBy='4' dateFormat='YYYY-MM-dd']
[#list tag_pagination.content as a]
<li>
<a href="${a.url}"  title="[@text_cut s=a.title /]" >[@text_cut s=a.title len=titLen append=append/]</a>
<span>${a.releaseTime?string(dateFormat)} </span>
</li>
[/#list]
</ul>


<div class="fy">
  [#include "../include/page.html"/]
</div>

</div>
[/@cms_content_page]
路漫漫其修远兮,吾将上下而求索!
1 共1页