'sidebar', 'name' => __( 'Sidebar Blog', 'bzoago' ), 'description' => __( 'A short description of the sidebar.', 'bzoago' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'id' => 'footer-column-1', 'name' => __( 'Footer column 1', 'bzoago' ), 'description' => __( 'A short description of the sidebar.', 'bzoago' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'id' => 'footer-column-2', 'name' => __( 'Footer column 2', 'bzoago' ), 'description' => __( 'A short description of the sidebar.', 'bzoago' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'id' => 'footer-column-3', 'name' => __( 'Footer column 3', 'bzoago' ), 'description' => __( 'A short description of the sidebar.', 'bzoago' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); register_sidebar( array( 'id' => 'footer-column-4', 'name' => __( 'Footer column 4', 'bzoago' ), 'description' => __( 'A short description of the sidebar.', 'bzoago' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); /* Repeat register_sidebar() code for additional sidebars. */ }