Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,693
- How-to & Troubleshooting
- 128,248
- Creating & Extending
- 25,680
- Requests & Feedback
- 9,405
- Third Party Plugins
- 9,754
- Showcase
- 3,321
- Ideas
- 1,349
- Miscellaneous
- 8,879
-
You might make use of following code
//Main blog has always id as 1, so you can write
get_header();
if($wpdb->blogid == 1) {
//do something
} else{
//do this
}
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS