在摘要或文章等子模板页面中调用需在标签前加“article.”,如分类ID为:{$article.Category.ID}

标签 含义 备注
{$category.ID} 分类ID
{$category.Name} 分类名称
{$category.Alias} 分类别名
{$category.Url} 分类链接
{$category.Count} 分类文章数量
{$category.Intro} 分类摘要
{$category.Order} 分类序号
{$category.Level} 分类层级 目前支持4层级,0表示顶级,1表示2级,2表示3级,3表示4级
{$category.RootID} 分类的顶级ID 顶级ID为0时表示该分类即为一级分类
{$category.ParentID} 分类的上一级ID 同上
{$category.Parent} 分类的上一级类实例 注意:如为顶级分类则其上级类为NULL,在使用前需进行判断。如: 
{if $article.Category.Parent}{$article.Category.Parent.Name}{/if}
{$category.SubCategorys} 子分类实例数组 注意:如无子分类则为空,在使用前需进行判断。
{$category.Template} 分类所用模板 默认为index
{$category.LogTemplate} 分类下文章所用模板 默认为single
{$category.Meta} 分类扩展数据(php序列化字符串) 更多请参考