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']}

版权声明:
作者:小何
链接:https://ligo100.cn/qianduanjishu/319.html
来源:小何博客
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
打赏
< <上一篇
下一篇>>
文章目录
关闭
目 录