#6426

Intense Visions
Keymaster

Yahya,

To send dynamic value to the chart shortcode, you can create a template that creates the chart shortcode with the dynamic values. Within the template you can either call do_shortcode or use a built-in function intense_run_shortcode to call the chart shortcode. Since the chart shortcode requires more than one shortcode to run, it may be easiest to create a string with the shortcode text and use do_shortcode.

You can find more information about the template shortcode and creating templates here:

http://docs.intenseplugin.com/Element_-_Shortcodes/Template.html
http://docs.intenseplugin.com/Templates.html

For the template shortcode, you will create a template and place it in an intense_templates/template folder in your theme or child theme.