Post Meta
Composite meta — author + date + category with separator. single_post / post_archive.
Type: "postMeta"
Composite meta — author + date + category with separator. single_post / post_archive.
Catatan: Element template-only. Berlaku di template:
single_post,post_archive,post_category,search.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
showAuthor | boolean | true | Tampilkan Penulis |
showDate | boolean | true | Tampilkan Tanggal |
showCategory | boolean | false | Tampilkan Kategori |
dateFormat | 'long'|'short'|'relative' | "long" | Format Tanggal (tampil saat showDate = true) |
separator | ' • '|' | '|' / '|' — ' | " • " | Pemisah |
alignment | enum | "left" | Alignment |
Contoh
{
"id": "pos01abc",
"type": "postMeta",
"props": {
"showAuthor": true,
"showDate": true,
"showCategory": false,
"dateFormat": "long",
"separator": " • ",
"alignment": "left"
}
}