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. They can be retrieved by calling the Intense_Template::get_metadata() function.

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"]