'sidebar1',
'name' => 'Sidebar Main',
'description' => 'The first (primary) sidebar.',
'before_widget' => '
',
'after_widget' => '
',
'before_title' => '',
));
/*
to add more sidebars or widgetized areas, just copy
and edit the above sidebar code. In order to call
your new sidebar just use the following code:
Just change the name to whatever your new
sidebar's id is.
*/
}
// adding sidebars to Wordpress
add_action( 'widgets_init', 'businessblogger_register_sidebars' );
// Comment Layout
function businessblogger_comments($comment, $args, $depth) {
$GLOBALS['comment'] = $comment; ?>
>