Bug: Two consecutive shortcodes
-
Steps to reproduce:
- Create a shortcode named
alphawith some text content. e.g. text “alpha”. - Create a shortcode named
betawith some enclosed content, e.g. “$$enclosed_content$$”. - Put onto a page or a post:
[sc name="alpha"] [sc name="beta"]gamma[/sc]
Result: The enclosed content fails to get displayed.
Workaround: Add an extra
[/sc]:[sc name="alpha"][/sc] [sc name="beta"]gamma[/sc] - Create a shortcode named
The topic ‘Bug: Two consecutive shortcodes’ is closed to new replies.