您现在的位置是:首页 > 教程 > 易优cms教程易优cms教程

易优cms判断顶级栏目下是否有子栏目代码

傲之2023-08-25 22:13:48易优cms教程已有人查阅

导读判断顶级栏目下是否有子栏目,没有则不显示。红色代码就是判断代码{eyou:empty name=$eyou.field.typegrade}

判断顶级栏目下是否有子栏目,没有则不显示。
红色代码就是判断代码
{eyou:empty name=”$eyou.field.typegrade”}
<!–没有子栏目显示的内容–>
{eyou:notempty name=’$eyou.field.has_children’ /}
<!–判断当前栏目有无子栏目–>
<div class=”intereste-area”>
<p class=”title”>栏目分类</p>
<div class=”intereste-list”>
{eyou:channel type=”first” row=’10’ currentstyle=”hover”}
<a href=”{$field.typeurl}” title=”{$field.typename}” class=”{$field.currentstyle}”>{$field.typename}</a>
{/eyou:channel}
</div>
</div>
<!–判断当前栏目有无子栏目 end–>
{/eyou:notempty}
<!–没有子栏目显示的内容 end–>
{eyou:else /}
<!–有子栏目显示的内容–>
<div class=”intereste-area”>
<p class=”title”>栏目分类</p>
<div class=”intereste-list”>
{eyou:channel type=”first” row=’10’ currentstyle=”hover”}
<a href=”{$field.typeurl}” title=”{$field.typename}” class=”{$field.currentstyle}”>{$field.typename}</a>
{/eyou:channel}
</div>
</div>
<!–有子栏目显示的内容 end–>
{/eyou:empty}

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

本栏推荐

相关标签