Viewing 1 replies (of 1 total)
  • Deeve,
    You can use something like this:

    <?php echo do_shortcode(‘[groups_member group=”this group”]’.
    ‘Hey you’re a member of this group.’.
    ‘[/groups_member]’); ?>

    – but that’s really just a workaround. I, too, am looking for a traditional if statement in which I could check for membership to multiple groups – if( is_member(‘this group’) && is_member(‘that group’)) – no success as of yet.

    Anyone?

Viewing 1 replies (of 1 total)
  • The topic ‘Groups "conditionals"?’ is closed to new replies.