主题 : 模板制作求助 |
级别: 白丁
![]() |
1# 发表于:2017-01-16 11:33:46 IP:1.208.*.*
|
||||
---|---|---|---|---|---|
级别: 版主
![]() |
4# 发表于:2017-01-16 11:36:22 IP:117.69.*.*
栏目用[@cms_channel_list parentId='栏目id']
内容用${channel.txt!} |
||
---|---|---|---|
级别: 白丁
![]() |
7# 发表于:2017-01-16 11:41:04 IP:1.208.*.*
回复第4楼[@cms_channel_list]
[#list tag_list as c] [#if channel??&&channel.id==c.id] <h1><img src="content-aside.png" alt=""> ${c.name}</h1> <ul> [@cms_channel_list parentId=c.id] [#if tag_list?size>0] [@cms_channel_list parentId=c.id] [#list tag_list as c1] [@cms_channel_list parentId=c1.id] [#if tag_list?size>0] <li class="havesubchild2"> [#else] <li> [/#if] [/@cms_channel_list] [#if channel??&&channel.id==c.id] <a href="${c1.url}">${c1.name}</a> [/#if] </li> [/#list] [/@cms_channel_list] [/#if] [/@cms_channel_list] </ul> [/#if] [/#list] [/@cms_channel_list] 我之前这样遍历出来二级和三级菜单 结果点击以后就消失了。 这个是内容: [@cms_content_list count='10' titLen='15' orderBy='9' channelOption='1'] [#list tag_list as a] <li><a href="${a.url}" title="${a.title}" target="_blank"> [@text_cut s=a.title len=titLen append=append/]</a></li> [/#list] [/@cms_content_list] 然后每个栏目下面都有这个内容 |
||
---|---|---|---|
级别: 版主
![]() |
10# 发表于:2017-02-06 15:05:39 IP:117.128.*.*
[@cms_channel id='栏目id']
${tag_bean.txt} [/@cms_channel] |
||
---|---|---|---|
1
共1页