Post Meta
{{post_meta}}
Description
Output the returned value of a Post Meta Key ( Custom Field )
Settings

Parameters
Source
Choose the Source Post:
- Current Post
- Specific Post
- Next Post
- Previous Post
Meta Key
Choose or type an available Post Meta Field
Pro users will have direct access to ACF fields.
Link to
Add a Link to the Dynamic Tag.
Choose from:
- None
- Post
- Comments Area
- Post Meta
- Author Meta
- Author Archive
- Author Email
Dynamic Tag examples
{{post_meta key:my_custom_field}}
Output the value of a post meta key with a name of `my_custom_field`
{{post_meta key:post_icon|link:post_meta,my_custom_field_url}}
Output the value of a post meta key with a name of `my_custom_field` with a link to a separate custom field of `my_custom_field_url`
{{post_meta key:my_custom_field_group.item}}
Output a nested custom field value of the `item` field within the `my_custom_fileld_group` array.