Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Sidebar missing on profile pages

I used something like this conditional loading of the sidebars:

!–
Check to see if this is a single post or entry shown,

?php if (bp_is_activity_permalink()) { ?
/* You can put anything you want to load here if the above condition is met. */
?php } ?
!– End check to see if this is a single post or entry shown —

Skip to toolbar