Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,530
- How-to & Troubleshooting
- 127,763
- Creating & Extending
- 25,646
- Requests & Feedback
- 9,390
- Third Party Plugins
- 9,713
- Showcase
- 3,317
- Ideas
- 1,325
- Miscellaneous
- 8,842
-
<?php $localPhone = bp_get_the_site_group_name() ?>;
Remove the semi-colon from the end and that will get rid of the echo problem.
I assume you meant:
<?php $localPhone = bp_get_the_site_group_name(); ?>
The if statement should be:
<?php if ( ($localPhone=
"Manchester") || ($localPhone=
"Test Group") ) {
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS