dedecms织梦arclist实现序号排序的方法
代码如下:
{dede:arclist row='10' typeid='1'} [field:global name=autoindex/][field:title /] {/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开始
效果图:
本站部分文章搜集整理于互联网或者网友提供,如有侵权请联系站长
如若转载,请注明出处:https://htmlbk.com/dedecms/441.html
温馨提示:该文档最后一次修改时间为2020-03-05 14:14:55,请注意相关的内容是否还可用!