'primary-sidebar', 'name' => _x( 'Primary Sidebar', 'sidebar', 'chromaticfw' ), 'description' => __( 'The main sidebar throughout the site.', 'chromaticfw' ) ) ); chromaticfw_register_sidebar( array( 'id' => 'topbar-left', 'name' => _x( 'Topbar Left', 'sidebar', 'chromaticfw' ), 'description' => __( 'Leave empty if you dont want to show topbar.', 'chromaticfw' ) ) ); chromaticfw_register_sidebar( array( 'id' => 'topbar-right', 'name' => _x( 'Topbar Right', 'sidebar', 'chromaticfw' ), 'description' => __( 'Leave empty if you dont want to show topbar.', 'chromaticfw' ) ) ); chromaticfw_register_sidebar( array( 'id' => 'sub-footer', 'name' => _x( 'Sub Footer', 'sidebar', 'chromaticfw' ), 'description' => __( 'Leave empty if you dont want to show subfooter.', 'chromaticfw' ) ) ); }