Element - Shortcodes: Template
Tuesday, February 3, 2015 12:34 AMShortcodes
[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
Attributes
Attribute | Type | Dialog Title | Description | Default | Available Values |
---|---|---|---|---|---|
template | template | Template | the template files should be located in the intense_templates/template/ folder in your theme or child theme. | blank |
Examples
[intense_template template="mytemplate"]