Custom Fields Short Tags
The following Short Tags allow you to dynamically inject the values of custom tags into the contents of your posts.
Other ways to display custom fields
- With a widget: Item Custom Fields Widget
- From within a skin template, with PHP code: Displaying Custom Fields in a Template
-
[compare:] Short Tag
The [compare:] short tag displays a table listing the custom fields of each item side-by-side for comparison.More » -
[field:] Short Tag
Built-in Feature The short tag displays a specific Custom Field of the current Item. Note: the generates inline text and can appear anywhere (inside a paragraph, table, etc.) Syntax Breakdown Custom Field Code: a single custom field code Example will…More » -
[fields:] Short Tag
Built-in Feature The short tag displays all or specified Custom Fields of the current Item. Note: renders a widget "Item Custom Fields Widget" (<div class="evo_widget widget widget_core_item_custom_fields">...</div>) and…More » -
[item:] Short Tag
This short tag is used to reference an Item using its slug or item ID and display its related information or content.More » -
[link:] Short Tag
This short tag is used to create a link inside your post content using any URL-type custom field defined.More » -
[parent:] Short Tag
The [parent:] short tag is used to reference the parent of an Item. This works similarly to the [item:].More »