[Resolved] How to add left sidebar to my defauld BP child theme?
-
Could someone help me with adding extra sidebar (left) to my home page of BP default child theme please? I tryed the Buddypress Sidebar plugin, but it is not working with 1.5 I believe. I want the sidebar width 240. I added this code to my functions.php
`// Area 6, located in the homepage. Empty by default.
register_sidebars( 1,
array(
‘name’ => ‘Sidebar1′,
‘before_widget’ => ‘‘,
‘after_widget’ => ‘‘,
‘before_title’ => ‘
‘,
‘after_title’ => ‘‘
)
); `And this one to my home.php
“
But I can’t understand how to make a wright css for it to be on the left )
You must be logged in to reply to this topic.
