Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,529
- How-to & Troubleshooting
- 127,761
- Creating & Extending
- 25,646
- Requests & Feedback
- 9,390
- Third Party Plugins
- 9,713
- Showcase
- 3,317
- Ideas
- 1,325
- Miscellaneous
- 8,842
-
What Roger says is right.. that’s the way to go.. you can also use the conditional tags to display certain sidebars on certain components only:
`
<?php /* GROUP SIDEBAR */ if(bp_is_group()){
if(!dynamic_sidebar(“Group Sidebar”)){
?>
`
It’s a great way to make your site more dynamic!
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS