直奔主题了,很多站长想要做这样的效果,比如某处的arclist标签里想要做出来序列号效果,如图所示:
织梦arclist 递增序列号
代码如下:
{dede:arclist row='10' typeid='1'}
[field:global name=autoindex/]<a href="[field:arcurl/]" title="[field:title /]">[field:title /]</a>
{/dede:arclist}
[field:global name=autoindex/] 递增序列号标签解析:
[field:global name=autoindex/] 从1开始
[field:global name=autoindex runphp="yes"]@me=@me+1;[/field:global] 从2开始
channelartlist标签中调用:
{dede:global name='itemindex' runphp='yes'}@me=@me+1;{/dede:global}
{dede:global.itemindex/} 默认从1开始
{dede:global name=itemindex runphp='yes'}@me=@me-1;{/dede:global} 从0开始
织梦arclist 递增序列号
代码如下:
{dede:arclist row='10' typeid='1'}
[field:global name=autoindex/]<a href="[field:arcurl/]" title="[field:title /]">[field:title /]</a>
{/dede:arclist}
[field:global name=autoindex/] 递增序列号标签解析:
[field:global name=autoindex/] 从1开始
[field:global name=autoindex runphp="yes"]@me=@me+1;[/field:global] 从2开始
channelartlist标签中调用:
{dede:global name='itemindex' runphp='yes'}@me=@me+1;{/dede:global}
{dede:global.itemindex/} 默认从1开始
{dede:global name=itemindex runphp='yes'}@me=@me-1;{/dede:global} 从0开始
免责声明:本站所有文章和图片均来自用户分享和网络收集,文章和图片版权归原作者及原出处所有,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服处理。