首页 >

织梦DedeCMSarclist实现序号排序

直奔主题了,很多站长想要做这样的效果,比如某处的arclist标签里想要做出来序列号效果,如图所示:
织梦DedeCMSarclist实现序号排序织梦DedeCMSarclist实现序号排序
代码如下:

{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开始


织梦DedeCMSarclist实现序号排序
  • 织梦DedeCMS自定义宏标记静态页面部分动态显示方法
  • 织梦DedeCMS自定义宏标记静态页面部分动态显示方法 | 织梦DedeCMS自定义宏标记静态页面部分动态显示方法 ...

    织梦DedeCMSarclist实现序号排序
  • 织梦DedeCMS v5.3升级到5.5出现空白的搞定方式
  • 织梦DedeCMS v5.3升级到5.5出现空白的搞定方式 | 织梦DedeCMS v5.3升级到5.5出现空白的搞定方式 ...

    织梦DedeCMSarclist实现序号排序
  • 织梦DedeCMS模板织梦DedeCMS附加表自定义字段关联主表文章
  • 织梦DedeCMS模板织梦DedeCMS附加表自定义字段关联主表文章 | 织梦DedeCMS模板织梦DedeCMS附加表自定义字段关联主表文章 ...

    © 牛的日记 | www.liuzhongwei.com
    网站部分内容来源于网友供稿,若有侵权请联系删除,970928#QQ.com