织梦channel标签判断在第四个循环后增加图标

我赞美你品格高尚,崇敬你洁白无瑕。我爱你、想你、盼你,像对每一个季节那样。我爱你、想你、盼你,不管世俗的偏见怎样厉害。冬――四季之一的冬,你来吧!我喜欢你纯净的身躯,喜欢你严厉的性格,我要在你的怀抱中锻炼、奋斗、成熟……你可以和春天的万花,夏天的麦浪,秋天的瓜果……比美!
可以参考以下判断语句进行添加
[field:id runphp='yes'] if(@me=='4'){ @me="class='123'";} else {@me="";}[/field:id]
以上代码意思为判断栏目ID为4时添加class="123"样式 然后在对class="123"做对应的样式进行调用即可 注:在你给出的代码中的<li>或<a>标签中添加,因为只给这么一段代码不能准确的给你答案,还需要针对你网站样式来定的,下边给你写出了使用方法,祝你成功
<li [field:id runphp='yes'] if(@me=='4'){ @me="class='123'";} else {@me="";}[/field:id]>
<a [field:id runphp='yes'] if(@me=='4'){ @me="class='123'";} else {@me="";}[/field:id] rel="nofollow noopener noreferrer" href="[field:typeurl/]" title="[field:typename/]" target="_blank">[field:typename/]</a>
这是判断id为几的时候插入 如果想在第几个栏目的时候插入图片可以这样写
{dede:channel type='top' row='8' currentstyle="
    <li><a rel="nofollow noopener noreferrer" href='~typelink~'>~typename~</a></li>
    "}
    <li><a rel="nofollow noopener noreferrer" href="[field:typeurl/]" >[field:typename/]</a></li>
    [field:global runphp='yes' name=autoindex]if(@me=='3'){@me="
    <li class='lh-logo'><a rel="nofollow noopener noreferrer" href='/'><img src='/skin/images/logo.png'/></a></li>
    ";} else {@me="";}[/field:global]
    {/dede:channel}
 [field:global runphp='yes' name=autoindex]if(@me=='3'){@me="
    <li class='lh-logo'><a rel="nofollow noopener noreferrer" href='/'><img src='/skin/images/logo.png'/></a></li>
    ";} else {@me="";}[/field:global]
这的意思就是在第四个栏目的时候插入一张图片,效果如图:

以上就是织梦channel标签判断在第四个循环后增加图标。世事往往如此,想回头也已经来不及,即使你肯沦为劣马,也不一定有回头草在等你。更多关于织梦channel标签判断在第四个循环后增加图标请关注haodaima.com其它相关文章!

标签: 织梦 channel