Post Title
Auto-renders the current post's title. Use in single_post / post_archive templates only.
Type: "postTitle"
Auto-renders the current post's title. Use in single_post / post_archive templates only.
Catatan: Element template-only. Berlaku di template:
single_post,post_archive,post_category,search.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
level | 'h1'|'h2'|'h3'|'h4'|'h5'|'h6' | "h1" | HTML Tag |
alignment | enum | "left" | Alignment |
linkToPost | boolean | false | Link ke post |
Contoh
{
"id": "pos01abc",
"type": "postTitle",
"props": {
"level": "h1",
"alignment": "left",
"linkToPost": false
}
}