### 全站通用内容循环标签
* * * * *
>[info]基本语法
~~~
{aspcms:content sort=2 num=5 order=order}
<a href="[content:link]">[content:title]</a>
{/aspcms:content}
/*示例标签释义:*/
/*读取5条栏目ID为2的列表类栏目内容,按后台order排序*/
~~~
* * * * *
>[info]可用筛选条件:
| | |
| -- | -- |
| sort | 分类ID |
| num | 显示数量 |
| star | 星级(1,2,3,4,5) |
* * * * *
>[info]order排序规则
| | |
| -- | -- |
| id | 根据id降序 |
| visits | 根据浏览量降序 |
| time | 根据添加时间降序 |
| order | 置顶>推荐>后台排序>time |
| istop | 置顶>后台排序>time |
| isrecommend | 推荐>后台排序>time |
| isimagenews | 图片新闻>后台排序>time |
| isfeatured | 特别推荐 >后台排序>time |