'blog2019-header-banner',
'name' => esc_html__( 'Header Banner', 'blog2019' ),
'description' => esc_html__( 'This sidebar is located on the header of the web page.', 'blog2019' ),
'before_widget' => '
',
'before_title' => '',
'after_title' => '
'));
register_sidebar(array(
'id' => 'blog2019-sidebar-one',
'name' => esc_html__( 'Sidebar 1', 'blog2019' ),
'description' => esc_html__( 'This sidebar is normally located on the left-hand side of web page.', 'blog2019' ),
'before_widget' => '',
'after_widget' => '
',
'before_title' => '',
'after_title' => '
'));
register_sidebar(array(
'id' => 'blog2019-home-fullwidth-widgets',
'name' => esc_html__( 'Top Full Width Widgets (Home Page Only)', 'blog2019' ),
'description' => esc_html__( 'This full-width widget area is located at the top of homepage.', 'blog2019' ),
'before_widget' => '',
'after_widget' => '
',
'before_title' => '',
'after_title' => '
'));
register_sidebar(array(
'id' => 'blog2019-fullwidth-widgets',
'name' => esc_html__( 'Top Full Width Widgets (Every Page)', 'blog2019' ),
'description' => esc_html__( 'This full-width widget area is located at the top of every page.', 'blog2019' ),
'before_widget' => '',
'after_widget' => '
',
'before_title' => '',
'after_title' => '
'));
register_sidebar(array(
'id' => 'blog2019-home-top-widgets',
'name' => esc_html__( 'Top Widgets (Home Page Only)', 'blog2019' ),
'description' => esc_html__( 'This widget area is located at the top of homepage.', 'blog2019' ),
'before_widget' => '',
'after_widget' => '
',
'before_title' => '',
'after_title' => '
'));
register_sidebar(array(
'id' => 'blog2019-top-widgets',
'name' => esc_html__( 'Top Widgets (Every Page)', 'blog2019' ),
'description' => esc_html__( 'This widget area is located at the top of every page.', 'blog2019' ),
'before_widget' => '',
'after_widget' => '
',
'before_title' => '',
'after_title' => '
'));
register_sidebar(array(
'id' => 'blog2019-home-bottom-widgets',
'name' => esc_html__( 'Bottom Widgets (Home Page Only)', 'blog2019' ),
'description' => esc_html__( 'This widget area is located at the bottom of homepage.', 'blog2019' ),
'before_widget' => '',
'after_widget' => '
',
'before_title' => '',
'after_title' => '
'));
register_sidebar(array(
'id' => 'blog2019-bottom-widgets',
'name' => esc_html__( 'Bottom Widgets (Every Page)', 'blog2019' ),
'description' => esc_html__( 'This widget area is located at the bottom of every page.', 'blog2019' ),
'before_widget' => '',
'after_widget' => '
',
'before_title' => '',
'after_title' => '
'));
register_sidebar(array(
'id' => 'blog2019-footer-1',
'name' => esc_html__( 'Footer 1', 'blog2019' ),
'description' => esc_html__( 'This sidebar is located on the left bottom of web page.', 'blog2019' ),
'before_widget' => '',
'before_title' => '',
'after_title' => '
'));
register_sidebar(array(
'id' => 'blog2019-footer-2',
'name' => esc_html__( 'Footer 2', 'blog2019' ),
'description' => esc_html__( 'This sidebar is located on the middle bottom of web page.', 'blog2019' ),
'before_widget' => '',
'before_title' => '',
'after_title' => '
'));
register_sidebar(array(
'id' => 'blog2019-footer-3',
'name' => esc_html__( 'Footer 3', 'blog2019' ),
'description' => esc_html__( 'This sidebar is located on the middle bottom of web page.', 'blog2019' ),
'before_widget' => '',
'before_title' => '',
'after_title' => '
'));
}
add_action( 'widgets_init', 'blog2019_widgets_init' );
function blog2019_top_wide_widgets() { ?>