頁面公共模板檔案
模板檔案 | 說明 |
---|---|
header.php | 公共頭部檔案 |
footer.php | 公共尾部檔案 |
首頁與列表頁相關模板
模板檔案 | 說明 |
---|---|
index.php | 首頁及列表頁主模板檔案 |
post-multi.php | 摘要文章模板 |
post-istop.php | 置頂文章模板 |
pagebar.php | 頁碼模板 |
日誌/獨立頁相關模板
模板檔案 | 說明 |
---|---|
single.php | 文章頁(單頁)主模板檔案 |
post-single.php | 日誌頁文章模板 |
post-page.php | 獨立頁面模板 |
comments.php | 評論區模板 |
comment.php | 每條評論內容顯示模板 |
commentpost.php | 評論傳送表單模板 |
commentpost-verify.php | 評論驗證碼模板(1.5 新增) |
側欄模組相關模板
- 模組展現外框架模板
模板檔案 | 說明 |
---|---|
sidebar.php | 預設側欄模板,可自定義 sidebar2.php ~`sidebar9.php` 用於後續側欄呼叫 |
module.php | 模組顯示模板,可定義模組標題等格式,模組具體內容格式由下列細節模板決定 |
- 模組內容細節模板(1.5 版本及以上)
模板檔案 | 說明 | 備註(預設列表行數) |
---|---|---|
module-archives.php | 文章歸檔模組 | 沒有限制 |
module-authors.php | 作者列表模組 | 沒有限制 |
module-calendar.php | 日曆模組 | 沒有限制 |
module-catalog.php | 分類列表模組 | 沒有限制 |
module-navbar.php | 導航條模組 | 沒有限制 |
module-statistics.php | 站點資訊模組 | 沒有限制 |
module-comments.php | 最近評論列表模組 | 10條 |
module-previous.php | 最近文章列表模組 | 10條 |
module-tags.php | 標籤列表模組 | 25條 |