How to add a shortcode on the footer
I added one using text and adding the shortcode as text. And I see the shortcode on cornerstone but not on the browser preview. How should I do it then?
Tks!
How to add a shortcode on the footer
I added one using text and adding the shortcode as text. And I see the shortcode on cornerstone but not on the browser preview. How should I do it then?
Tks!
Hi @Iban,
Thanks for reaching out.
May I know which shortcode? Seems there a lot of content in your footer. Is it a shortcode from another plugin? Then it’s probably not implemented based on Wordpress’s shortcode standard. Shortcode that depends on string search will not work within the builder compared to shortcode added by add_shortcode()
https://codex.wordpress.org/Function_Reference/add_shortcode . For that, I recommend contacting the plugin author and have the shortcode implementation works.
All shortcodes added through add_shortcode()
works within the builder and texts.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.