Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: If Buddypress, then sidebar and css rules


Bowe
Participant

@bowromir

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!

Skip to toolbar