Post Excerpt
Auto-renders the post excerpt with truncation. Falls back to trimmed content. single_post / post_archive.
Type: "postExcerpt"
Auto-renders the post excerpt with truncation. Falls back to trimmed content. single_post / post_archive.
Catatan: Element template-only. Berlaku di template:
single_post,post_archive,post_category,search.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
maxLength | number (0–2000) | 160 | Maksimal karakter |
fallbackToContent | boolean | true | Fall back ke trim konten kalau excerpt kosong |
ellipsis | string | "…" | Akhiran (ellipsis) |
Contoh
{
"id": "pos01abc",
"type": "postExcerpt",
"props": {
"maxLength": 160,
"fallbackToContent": true,
"ellipsis": "…"
}
}