Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,019
- How-to & Troubleshooting
- 129,637
- Creating & Extending
- 25,793
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,791
- Showcase
- 3,316
- Ideas
- 1,386
- Miscellaneous
- 9,179
-
If you open the header.php file you can see that 2010 theme and bp-defaut are calling two different site names. I don’t think this will work but you can try to add bp_site_name() instead of what 2010 uses bloginfo( ‘name’ );
The problem is new sites are not BuddyPress sites they are just using the same WordPress database as the main site. So new sites have their own names and such.