Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Outerbridge

    (@outerbridge)

    Hi

    Unfortunately you can’t do that. You’re trying to nest a shortcode inside a shortcode tag. You can only nest shortcodes inside (non-enclosing) shortcodes.

    For example:

    Allowed:
    [shortcode1]
    [shortcode2]
    TEXT
    [/shortcode2]
    [/shortcode1]

    Not allowed (what you’re trying to do):
    [shortcode1 attribute1=”[shortcode2 /]” /]

    Cheers,

    ^Mike

    Thread Starter evette23

    (@evette23)

    Hi Mike, thanks for the reply. Are there any workaround for ur plugin to work with this?

    Plugin Author Outerbridge

    (@outerbridge)

    Not that I know of. See for more information on shortcodes.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant get it to work’ is closed to new replies.