'sidebar1', 'name' => 'Sidebar 1', 'description' => 'The first (primary) sidebar.', 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_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', 'blogist_register_sidebars' ); // Comment Layout function blogist_comments($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
  • >
    ' ); ?> %s', 'blogist'), get_comment_author_link()) ?>
    comment_approved == '0') : ?>

    $depth, 'max_depth' => $args['max_depth']))) ?>