ssycms 详情模板页

详情模板页

以下列出常用详情模板页面调用标签代码

你也可以将本篇内容复制到详情模板页中查看 template\default\html\article\articleDetail.html

常用文章信息调用标签(仅在详情页面起作用)

文章标题:{$itemInfo['title']}

文章地址:{$itemInfo['url']}

文章关键词:{$itemInfo['keywords']} 

文章描述:{$itemInfo['description']} 

文章浏览数:{$itemInfo['views']} 

文章发布时间(年月日时分秒):{$itemInfo['publish_time']|date='Y-m-d H:i:s',###} 

文章发布时间(年月日):{$itemInfo['publish_time']|date='Y-m-d',###} 

 文章内容:{$itemInfo['content']} 

文章内容(mip格式):{$itemInfo['mipContent']}

常用文章分类信息调用标签(仅在详情页面起作用)

文章分类标题:{$itemInfo['categoryInfo']['title']}

文章分类地址:{$itemInfo['categoryInfo']['url']}

文章分类别名:{$itemInfo['categoryInfo']['url_name']}

文章分类关键词:{$itemInfo['categoryInfo']['keywords']}

文章分类描述:{$itemInfo['categoryInfo']['description']}

文章分类自定义标题:{$itemInfo['categoryInfo']['seo_title']}

常用调用分类上层一级分类标签(仅在当前文章处于二级栏目下生效)

文章一级分类标题:{$itemInfo['categoryInfo']['parent']['title']}

文章分类地址:{$itemInfo['categoryInfo']['parent']['url']}

文章分类别名:{$itemInfo['categoryInfo']['parent']['url_name']}

文章分类关键词:{$itemInfo['categoryInfo']['parent']['keywords']}

文章分类描述:{$itemInfo['categoryInfo']['parent']['description']}

文章分类自定义标题:{$itemInfo['categoryInfo']['parent']['seo_title']}

posted @ 2024-07-13 13:07  浅岛连云  阅读(1)  评论(0编辑  收藏  举报