for the 600 x 100 image: You can change the names and dimensions to whatever you like. Enjoy! */ // Sidebars & Widgetizes Areas function bones_register_sidebars() { register_sidebar(array( 'id' => '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', 'bones_register_sidebars' ); // Comment Layout function bones_comments($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>
  • >
    ' ); ?> %s', 'bloggable'), get_comment_author_link()) ?>
    comment_approved == '0') : ?>

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