一、 专题专栏轮播图
使用调取栏目图片的方法,方便用户管理
<div class="zhuanti">
{dede:channelartlist typeid='19,0'} //父级栏目id
<ul>
{dede:channel type='son' noself='yes'} //调取子栏目
<li class="item">
<a href="[field:typelink/]"> // typedir ,子栏目的链接,“文件保存目录”里填写的链接地址
<img src="[field:typebigpic /]"> <!-- {dede:field.typeimg /} --> // 调取栏目里的“图片地址” / “栏目图片”
</a>
</li>
{/dede:channel}
</ul>
{/dede:channelartlist}
</div>