主题 : 还是标签问题 list tag_list |
级别: 童生
![]() |
22# 发表于:2016-05-06 16:19:05 IP:220.124.*.*
还有问题哈 版主
网站首页 一排 显示4块内容 用什么标签啊 横着4个内容 这种情况肯定不能用分页标签吧 |
||
---|---|---|---|
级别: 童生
![]() |
28# 发表于:2016-05-06 16:31:12 IP:220.124.*.*
[#list tag_list as c]
[#if c_index<8] <li> <a href="${c.url}" target="_self" [#if channel??&&channel.id==c.id] class="selected" [/#if]><span>${c.name}</span></a> </li> [/#if] [/#list] index<8 是什么意思。能详细说下吗 比如10个栏目 《8 就是显示7个栏目? |
||
---|---|---|---|