主题文件
简介
模板文件
- 简介
- theme.html
- mobile.html
- index.html
- products_list.html
- product.html
- type.html
- vendor.html
- discount.html
- page.html
- search.html
- cart.html
- blog.html
- blogs_list.html
- account/index.html
- account/login.html
- account/register.html
- account/validate_email.html
- account/forget_password.html
- account/reset_password.html
- account/change_password.html
- account/create_order.html
- account/orders_list.html
- account/order.html
- system/404.html
- system/500.html
- system/closing.html
- system/protecting.html
- posts_list.html
- post.html
posts_list.html
模板:posts_list.html,是网站的所有文章页面。当访问网站域名的所有文章路径("/posts")时,就是呈现这个页面。
该模板中可使用的主题对象:
该路径中可使用的 URL 参数:
参数 | 说明 |
---|---|
size=[number] | 单页显示数量,默认 20 |
page=[number] | 当前页码 |
dir_id=[number] | 目录id |
tag_id=[number] | 标签id |