Viewing 1 replies (of 1 total)
  • Plugin Author Kento

    (@proaktion)

    Hi J,

    For what you describe you can use shortcodes, among these

    [groups_login]
    [groups_logout]
    [groups_member]
    [groups_non_member]

    I’d suggest you have a look at the Shortcodes seciton of the documentation where you can find details on those.

    I need to show other content on that actual page …

    Here’s an example you can use for that:

    [groups_member group="Registered"]
    Content shown to registered users ...
    [/groups_member]
    [groups_non_member group="Registered"]
    Please log in or sign up to access the content on this page.
    [groups_login]
    [/groups_non_member]

    Cheers

Viewing 1 replies (of 1 total)

The topic ‘unresloved’ is closed to new replies.