Custom ValuesΒΆ

You can also define custom values as shortcode options to use as placeholders in your templates.

It is very easy. Just define a unique shortcode option with a value and use the exact same option name as placeholder in your template.

[asa2 my_custom_text="Banana!" tpl="my_asa2_template"]B0094J2BZ0[/asa2]

# use placeholder {{ my_custom_text }} in your template
[asa2 my_button_link="/my-sub-page/" tpl="my_asa2_template"]B0094J2BZ0[/asa2]

# use placeholder {{ my_button_link }} in your template as link target: <a href="{{ my_button_link }}">...</a>