The Text display format renders field values as plain textual content inside the editor and on the frontend. This is the most commonly used display format and is available for many field types that store textual, numeric, or selectable values.
Because the output is rendered as normal text content, the block integrates naturally with WordPress typography and spacing controls, making it easy to style fields directly from the editor.
Supported Field Types
The Text display format supports the following field types:
- Text
- Text Area
- Number
- Range
- URL
- Password
- WYSIWYG Editor
- Select
- Checkbox
- Radio
- Button Group
- True/False
- Link
- Post Object
- Page Link
- Relationship
- Taxonomy
- User
- Google Maps
- Date Picker
- Date Time Picker
- Time Picker
- Color Picker
Customization
The Text display format includes several customization options that control how the field value is rendered.
| Customization | Description | Note |
|---|---|---|
| HTML Tag | Controls which HTML element wraps the output. Options: h1–h6, p, span, div, section, ul, ol, pre, code. | Not available for WYSIWYG Editor. ul and ol are only offered for multi-value fields. |
| Alignment | Controls the text alignment of the rendered content. | Not available for WYSIWYG Editor. |
| Prefix & Suffix | Lets you add additional text before or after the field value. This is useful for labels, units, symbols, or contextual text. | Not available for True / False and WYSIWYG Editor. |
| Empty Message | Toggle (“Show message if empty”) plus fallback text shown when the field has no value. | Not available for True / False (use Unchecked Message instead). |
| Values Separator | String inserted between values when the field returns multiple values. | Available for multi-value fields (multi-select Select, Checkbox, multi Post Object, Relationship, multi Taxonomy, multi User, multi Page Link). Hidden when HTML Tag is ul or ol (each value becomes an <li>). |
| Create Link | Converts the rendered value into a clickable link. Label adapts per field type: “Create link” (URL), “Link to email” (Email), “Link to post” (Post Object, Relationship), “Link to archive page” (Taxonomy, User), “Link to map” (Google Map). | Available for URL, Email, Post Object, Relationship, Taxonomy, User, and Google Map fields. Link and Page Link fields are auto-linked and have no toggle. |
| Open in new tab | Adds target="_blank" to rendered links. | Available for Link and Page Link fields (always), plus any field above where Create Link is enabled. Not available for Email (mailto:). |
| Field to Display | Picks which property of the underlying object is rendered. Options vary by field type: Value / Label (Select, Checkbox, Radio, Button Group); Name / Slug / Description (Taxonomy); Display Name / User Login / User Email / User Nicename / User URL (User); Address / Address without plus code / Latitude / Longitude / Latitude and Longitude / State / State (Short) / Post Code / Country / Country (Short) (Google Map). | Available for Select, Checkbox, Radio, Button Group, Taxonomy, User, and Google Map fields. |
| Checked Message | Text shown when a True / False field is enabled. | Available for True / False fields only. |
| Unchecked Message | Text shown when a True / False field is disabled. | Available for True / False fields only. |