'universal', 'name' => __( 'Universal' ), 'description' => __( 'Widgets placed here will be displayed on every page of your blog' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ) ); // Register the 'single' sidebar. register_sidebar( array( 'id' => 'single', 'name' => __( 'Single pages' ), 'description' => __( 'Widgets placed here will only be displayed on single post pages' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ) ); // Register the 'front' sidebar. register_sidebar( array( 'id' => 'front', 'name' => __( 'Front page' ), 'description' => __( 'Widgets placed here will only be displayed on your front page' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' ) ); } endif; add_custom_background(); add_theme_support('automatic-feed-links'); // Allow custom headers define('HEADER_TEXTCOLOR', '444444'); define('HEADER_IMAGE_WIDTH', 816); define('HEADER_IMAGE_HEIGHT', 144); // gets included in the site header if ( !function_exists( 'scherzo_header_style' ) ) : function scherzo_header_style() { if ( 'blank' == get_header_textcolor() ) { echo ""; } ?>