'primary-sidebar', 'name' => _x( 'Primary Sidebar', 'sidebar', 'brigsby' ), 'description' => __( 'The main sidebar used throughout the site.', 'brigsby' ) ) ); hoot_register_sidebar( array( 'id' => 'secondary-sidebar', 'name' => _x( 'Secondary Sidebar', 'sidebar', 'brigsby' ), 'description' => __( 'The secondary sidebar used throughout the site (if you are using a 3 column layout with 2 sidebars).', 'brigsby' ) ) ); hoot_register_sidebar( array( 'id' => 'topbar-left', 'name' => _x( 'Topbar Left', 'sidebar', 'brigsby' ), 'description' => __( 'Leave empty if you dont want to show topbar.', 'brigsby' ) ) ); hoot_register_sidebar( array( 'id' => 'topbar-right', 'name' => _x( 'Topbar Right', 'sidebar', 'brigsby' ), 'description' => __( 'Leave empty if you dont want to show topbar.', 'brigsby' ) ) ); hoot_register_sidebar( array( 'id' => 'below-header', 'name' => _x( 'Below Header', 'sidebar', 'brigsby' ), 'description' => __( 'This area is often used for displaying context specific menus and advertisements.', 'brigsby' ) ) ); hoot_register_sidebar( array( 'id' => 'sub-footer', 'name' => _x( 'Sub Footer', 'sidebar', 'brigsby' ), 'description' => __( 'Leave empty if you dont want to show subfooter.', 'brigsby' ) ) ); }