• I haven’t found discussion of this: It seems that nesting some shortcodes causes things to break. In the scenario below, the [groups_non_member group=”AllMembers”] code doesn’t work and shows as plain text on the page.

    [groups_non_member group="Membertype_B"]
          XXX
        [groups_member group="Membertype_A"]
          YYY
        [/groups_member]
        [groups_non_member group="AllMembers"]
          ZZZ
        [/groups_non_member]
    [/groups_non_member]

    As an explanatory side note, the [groups_non_member group=”AllMembers”] section is used to show the text ZZZ to non-logged-in visitors.

    Am I doing something wrong, or is it a plugin nesting problem?

    https://ww.wp.xz.cn/plugins/groups/

The topic ‘Nesting member shortcodes’ is closed to new replies.