Shortcodes

[intense_template]

Description

Use the template shortcode to add the content of a file template to the post or page. The file template, along with the template shortode, are a perfect way to add dynamic content. They are also a powerful way to reuse content across your WordPress website. All attributes added to the template will be passed through to the template file by way of a global $intense_template array.

Dialog

template

Attributes

AttributeTypeDialog TitleDescriptionDefaultAvailable Values
templatetemplateTemplatethe template files should be located in the intense_templates/template/ folder in your theme or child theme.blank

Examples

[intense_template template="mytemplate"]