标签:list highlight glob 添加 ref tle title row pre
我们在使用织梦dedecms制作列表时,常需要在列表前面添加序号,这时需要使用织梦自带的autoindex来实现序号的自增。
代码为:
[field:global runphp=‘yes‘ name=autoindex][/field:global]
例如在调用模板代码中使用为:
<ul > {dede:arclist row=’5′ titlelen=’30′ } <li><em>[field:global runphp=‘yes‘ name=autoindex][/field:global]</em><a href=’[field:arcurl/]‘ title=”[field:fulltitle/]” >[field:title/]</a><cite>[field:pubdate function="MyDate(‘m-d‘,@me)"/]</cite></li> {/dede:arclist} </ul>
标签:list highlight glob 添加 ref tle title row pre
原文地址:https://www.cnblogs.com/fymuban/p/12192402.html