ssycms常用分类列表页面的调用标签
分类模板页
常用分类列表页面的调用标签
你也可以将本篇内容复制到分类模板页中查看 分类模板路径template\default\html\article\article.html
分类名称:{$itemInfo['title']}
分类别名:{$itemInfo['url_name']}
分类URL:{$itemInfo['url']}
分类关键词:{$itemInfo['keywords']}
分类描述:{$itemInfo['description']}
分类自定义标题:{$itemInfo['seo_title']}
分类上级ID:{$itemInfo['pid']}
分类当前ID:{$itemInfo['id']}
常用调用分类上层一级分类标签(仅在当前分类是二级)
文章一级分类标题:{$itemInfo['parent']['title']}
文章分类地址:{$itemInfo['parent']['url']}
文章分类别名:{$itemInfo['parent']['url_name']}
文章分类关键词:{$itemInfo['parent']['keywords']}
文章分类描述:{$itemInfo['parent']['description']}
文章分类自定义标题:{$itemInfo['parent']['seo_title']}