• Resolved Juha Metsäkallas

    (@juhametsakallas)


    Steps to reproduce:

    1. Create a shortcode named alpha with some text content. e.g. text “alpha”.
    2. Create a shortcode named beta with some enclosed content, e.g. “$$enclosed_content$$”.
    3. 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]

The topic ‘Bug: Two consecutive shortcodes’ is closed to new replies.