esc_html__('Side widget area','sheeba-lite'), 'id' => 'sheeba-lite-side-widget-area', 'description' => esc_html__('This widget area will be shown after the content.', 'sheeba-lite'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); register_sidebar(array( 'name' => esc_html__('Top widget area','sheeba-lite'), 'id' => 'sheeba-lite-top-widget-area', 'description' => esc_html__('This widget area will be shown at the top of your content (Recommended for Revolution Slider).', 'sheeba-lite'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); register_sidebar(array( 'name' => esc_html__('Header widget area','sheeba-lite'), 'id' => 'sheeba-lite-header-widget-area', 'description' => esc_html__('This widget area will be shown before the content.', 'sheeba-lite'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); register_sidebar(array( 'name' => esc_html__('Bottom widget area','sheeba-lite'), 'id' => 'sheeba-lite-bottom-widget-area', 'description' => esc_html__('This widget area will be shown at the bottom of your content', 'sheeba-lite'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); register_sidebar(array( 'name' => esc_html__('Footer widget area','sheeba-lite'), 'id' => 'sheeba-lite-footer-widget-area', 'description' => esc_html__('This widget area will be shown after the content.', 'sheeba-lite'), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )); } add_action( 'widgets_init', 'sheeba_lite_loadwidgets' ); } ?>