If a shortcode parameter contains URL, shortcode disappears
-
I am trying to make a simple shortcode which is a nice box, with some text content. So far I’ve made a code that is used like this:
[sc name="my-shortcode-box" content="Whatever text I want inside of my box, blah blah..."]Now this works well for most cases, but if I paste a URL link in the
contentparameter, the whole box disappears, say if I did[sc name="my-shortcode-box" content="Whatever text... <a href="google.com">this is a link</a>"]Am I doing this wrong? Or how can I do this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘If a shortcode parameter contains URL, shortcode disappears’ is closed to new replies.