在制作dedecms模板的需要在文章标题前面加上序列号,可以通过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 rel="nofollow noopener noreferrer" href='[field:arcurl/]' title="[field:fulltitle/]" >[field:title/]</a><cite>[field:pubdate function="MyDate('m-d',@me)"/]</cite></li> {/dede:arclist} </ul>
可以通过 autoindex 属性实现更多高级的功能,大家可以搜索一下autoindex的用法了解更多。很多人也把autoindex 称为DEDECMS循环标签!
<script type="text/javascript"> document.body.oncopy = function (){ setTimeout(function (){ var text = clipboardData.getData("text"); if (text){ texttext = text + "rn本文转载于DeDeCms模板中心(genban.org)- 织梦模板 DEDECMS企业模板 DEDECMS仿站 dede模板下载:http://www.genban.org-原文链接:"+location.href; clipboardData.setData("text", text); } },100) } </script>
以上就是让dedecms文章列表加上序列号的方法。想想再过一年,你回到家,给他们带来的不是胜利的喜悦,而而是告诉他们,考得不好,那么这个寒假,你将要怎么去度过?想想清楚吧!更多关于让dedecms文章列表加上序列号的方法请关注haodaima.com其它相关文章!