詳情模板頁
以下列出常用詳情模板頁面呼叫標籤程式碼
你也可以將本篇內容複製到詳情模板頁中檢視 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']}