The [bw_field] and [bw_fields] shortcodes support both post meta fields and fields which are properties of the post.
eg post_date, post_modified.
These are used in Fizzie to display a series of inline fields, see block-template-parts/metadates.html
<p>Published: [bw_field post_date] | Last updated: [bw_field post_modified] [post-edit]</p>
I could use the same solution in Written, but think it would be better to have a block based solution.
Options are:
The [bw_field] and [bw_fields] shortcodes support both post meta fields and fields which are properties of the post.
eg post_date, post_modified.
These are used in Fizzie to display a series of inline fields, see
block-template-parts/metadates.htmlI could use the same solution in Written, but think it would be better to have a block based solution.
Options are:
post-dateblock for the first fieldpost-modified-dateblock for the other onepost-dateblock to display post modified date