Update DOCUMENTATION.md
This commit is contained in:
parent
f250f9baae
commit
a054e034f5
@ -485,17 +485,23 @@ Renders a two-column grid of small cards, showing the latest four chapters order
|
||||
|
||||
### Latest Posts
|
||||
|
||||
Renders the last blog post or a list of blog posts, ignoring sticky posts, ordered by publishing date, descending. Optional parameters are **count**, **author**, **posts**, and **class**.
|
||||
Renders the last blog post or a list of blog posts, ignoring sticky posts, ordered by publishing date, descending. Optional parameters are **count**, **author**, **posts**, **categories**, **tags**, and **class**.
|
||||
|
||||
* **count:** Limit posts to any positive number, although you should keep it reasonable. Default `1`.
|
||||
* **author:** Only show posts of a specific author. Make sure to write the name right.
|
||||
* **posts:** Comma-separated list of post IDs, if you want to pick from a curated pool.
|
||||
* **categories:** Comma-separated list of category names (case-insensitive), if you want to pick from a curated pool.
|
||||
* **tags:** Comma-separated list of tag names (case-insensitive), if you want to pick from a curated pool.
|
||||
* **class:** Additional CSS classes, separated by whitespace.
|
||||
|
||||
```
|
||||
[fictioneer_latest_posts]
|
||||
```
|
||||
|
||||
```
|
||||
[fictioneer_latest_posts count="16" tags="world building, characters"]
|
||||
```
|
||||
|
||||
```
|
||||
[fictioneer_latest_posts count="4" author="Tetrakern" posts="1,2,3,5,8,13,21,34"]
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user