Run shortcode inside button URL link

I have a shortcode [bg_url] that outputs a URL.

I need to include that URL inside a button, like this: https://screenshots.firefox.com/WTPA4aRtMtVFh6PP/wordpress-85855-529249.cloudwaysapps.com

But it does not run the shortcode, it just says as “[bg_url]” and does not change into a URL.

How can I make the shortcode run?

Hi There,

The shortcodes will not work under the URL field of buttons.

Please try copy the HTML code from this link: http://demo.theme.co/integrity-1/shortcodes/buttons/


Then assign your [bg_url] shortcode to the button like this:

<a class="x-btn x-btn-green x-btn-real x-btn-square x-btn-large" href="[bg_url]" title="Example" data-options="thumbnail: ''" style="outline: none;">My Button</a>

Hope it helps :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.