你看下dede:list功能说明就明白了,他跟dede:arclist是不一样的
dede:list表示列表模板里的分页内容,列表适用范围:仅列表模板 list_*.htm
基本语法:
{dede:list col='' titlelen='' infolen='' imgwidth='' imgheight='' listtype='' orderby='' pagesize='' orderway=''}{/dede:list}
参数说明:
col='' 内容列数
titlelen='' 标题长度
infolen='' 内容摘要长度
imgwidth='' 缩略图宽
imgheight='' 缩略图高
orderby='' 排序方式,
有效的排序方式有 senddate、pubdate、id、click、lastpost、postnum ,
默认为 sortrankpagesize='20' 分页大小