__( 'General', 'basically'), 'description' => __('This sidebar appears on the right side of your site', 'basically'), 'before_widget' => '', 'before_title' => '
', )); register_sidebar(array( 'name' => __( 'Footer 1', 'basically'), 'description' => __('This sidebar appears on the footer side of your site', 'basically'), 'before_widget' => '', 'before_title' => '', )); register_sidebar(array( 'name' => __( 'Footer 2', 'basically'), 'description' => __('This sidebar appears on the footer side of your site', 'basically'), 'before_widget' => '', 'before_title' => '', )); register_sidebar(array( 'name' => __( 'Footer 3', 'basically'), 'description' => __('This sidebar appears on the footer side of your site', 'basically'), 'before_widget' => '', 'before_title' => '', )); register_sidebar(array( 'name' => __( 'Footer 4', 'basically'), 'description' => __('This sidebar appears on the footer side of your site', 'basically'), 'before_widget' => '', 'before_title' => '', )); } ?>