首页 > 其他分享 >ssycms常用分类列表页面的调用标签

ssycms常用分类列表页面的调用标签

时间:2024-07-13 13:08:56浏览次数:7  
标签:itemInfo parent title url 标签 分类 文章 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']}

标签:itemInfo,parent,title,url,标签,分类,文章,ssycms,页面
From: https://www.cnblogs.com/maqianhan/p/18299972

相关文章