Available Since: V1.0.0
The blog.posts snippet is used to draw posts from the blog.
| Parameter | Description |
|---|---|
| include | A comma separated list of blog categories to include in the archive or all categories if this parameter is omitted. |
| size | The size of the post feature image, one of t (tiny), s (small), m (medium), l (large), defaults to s. |
| wrapperTpl | Template chunk to wrap the lists within. |
| postTpl | The chunk to format the post abstracts, defaults to blog.posts. |
| year | If given the year to show posts for. |
| month | If given the month to show posts for. |
| limit | The number of posts to show; defaults to 10. |
| depth | The depth of categories to descend into; 0 = unlimited depth. |
[[+posts]]
| Placeholder | Description |
|---|---|
| posts | The list of formatted posts. |