__( 'Primary Sidebar', 'book-land' ),
'id' => 'sidebar-1',
'description' => __( 'Add widgets here to appear in your sidebar on blog posts and pages.', 'book-land' ),
'before_widget' => '',
'before_title' => '
',
) );
register_sidebar( array(
'name' => __( 'Footer 1', 'book-land' ),
'id' => 'footer-1',
'description' => __( 'Add widgets here to appear in your footer.', 'book-land' ),
'before_widget' => '',
'before_title' => '',
) );
register_sidebar( array(
'name' => __( 'Footer 2', 'book-land' ),
'id' => 'footer-2',
'description' => __( 'Add widgets here to appear in your footer.', 'book-land' ),
'before_widget' => '',
'before_title' => '',
) );
register_sidebar( array(
'name' => __( 'Footer 3', 'book-land' ),
'id' => 'footer-3',
'description' => __( 'Add widgets here to appear in your footer.', 'book-land' ),
'before_widget' => '',
'before_title' => '',
) );
register_sidebar( array(
'name' => __( 'Footer 4', 'book-land' ),
'id' => 'footer-4',
'description' => __( 'Add widgets here to appear in your footer.', 'book-land' ),
'before_widget' => '',
'before_title' => '',
) );
}
add_action( 'widgets_init', 'book_land_widgets_init' );