Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Trying to Run a if group = “this name”

@jeffsayre

Participant

Along with the corrections that r-a-y points out, I took a quick cursory look and saw this error:

<?php $localNetwork = bp_get_the_site_group_name() ?>;

Should be:

<?php $localNetwork = bp_get_the_site_group_name(); ?>

Skip to toolbar