织梦调用顶级栏目以及下面二级栏目的方法
小编给大家分享一下织梦调用顶级栏目以及下面二级栏目的方法,相信大部分人都还不怎么了解,因此分享这篇文章给大家参考一下,希望大家阅读完这篇文章后大有收获,下面让我们一起去了解一下吧!
成都创新互联公司主营那曲网站建设的网络公司,主营网站建设方案,成都App定制开发,那曲h5重庆小程序开发搭建,那曲网站营销推广欢迎那曲等地区企业咨询
织梦怎么调用顶级栏目以及下面的二级栏目?
织梦调用顶级栏目以及下面的二级栏目
推荐学习:织梦cms
有些时候需要调用顶级栏目以及下面的二级栏目,例如再做下拉菜单时。最简单的调用二级栏目的办法:
{dede:channelartlist typeid='top'}
-
{dede:channel type='son' noself='yes'}
- [field:typename/] {/dede:channel}
有些时候需要做样式时,需要为dede:channelartlist 里的某个标签加上不同的css,例如下面的例子:
{dede:channelartlist typeid='top'}
-
{dede:channel type='son' noself='yes'}
- [field:typename/] {/dede:channel}
{dede:global name='itemindex'/}为在每次调用顶级栏目,自动递增。
更复杂的调用二级栏目的方式,要用dede:php标签,如下例:
- 网站首页 {dede:channelartlist typeid='top'} {dede:php} $thisid = $refObj->Fields['id']; $dsql->SetQuery("Select * from `dede_arctype` where reid=".$thisid." ORDER BY sortrank"); $dsql->Execute(); $i=0; while($arr = $dsql->getArray()){ $i = $i +1; $str = implode(',',$arr); if(!empty($str) && $i==1){ echo '
- '; if(empty($str)){ echo '
- ';
}
echo '
- '.$arr['typename'].' '; } if(!empty($str)) echo '
- '; } {/dede:php} {dede:field name='typename'/} {/dede:channelartlist}
这种方式虽然更复杂,但也更灵活。
以上是织梦调用顶级栏目以及下面二级栏目的方法的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注创新互联行业资讯频道!
当前标题:织梦调用顶级栏目以及下面二级栏目的方法
网址分享:http://cdiso.cn/article/peopde.html