Doesn not work with buddypress pages
-
I am trying to use your plugin together with hello theme and buddypress. I am also using the buddypress classic plugin to have all buddypress pages as static pages at the WP page table.
I either can change all pages with the same sidebar or none. When I add “just a specific” page like the activity page it doesnt work.
How can I make that work?I call the sidebar on sidebar.php with this code:
if (!is_active_sidebar('sidebar-1')) {
return;
}
dynamic_sidebar(‘sidebar-1’);
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.