*/ function bestwp_widgets_init() { register_sidebar(array( 'id' => 'bestwp-header-banner', 'name' => esc_html__( 'Header Banner', 'bestwp' ), 'description' => esc_html__( 'This sidebar is located on the header of the web page.', 'bestwp' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-sidebar-one', 'name' => esc_html__( 'Sidebar 1', 'bestwp' ), 'description' => esc_html__( 'This sidebar is normally located on the left-hand side of web page.', 'bestwp' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-sidebar-two', 'name' => esc_html__( 'Sidebar 2', 'bestwp' ), 'description' => esc_html__( 'This sidebar is normally located on the right-hand side of web page.', 'bestwp' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-home-fullwidth-widgets', 'name' => esc_html__( 'Top Full Width Widgets (Home Page Only)', 'bestwp' ), 'description' => esc_html__( 'This full-width widget area is located at the top of homepage.', 'bestwp' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-fullwidth-widgets', 'name' => esc_html__( 'Top Full Width Widgets (Every Page)', 'bestwp' ), 'description' => esc_html__( 'This full-width widget area is located at the top of every page.', 'bestwp' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-home-top-widgets', 'name' => esc_html__( 'Top Widgets (Home Page Only)', 'bestwp' ), 'description' => esc_html__( 'This widget area is located at the top of homepage.', 'bestwp' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-top-widgets', 'name' => esc_html__( 'Top Widgets (Every Page)', 'bestwp' ), 'description' => esc_html__( 'This widget area is located at the top of every page.', 'bestwp' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-home-bottom-widgets', 'name' => esc_html__( 'Bottom Widgets (Home Page Only)', 'bestwp' ), 'description' => esc_html__( 'This widget area is located at the bottom of homepage.', 'bestwp' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-bottom-widgets', 'name' => esc_html__( 'Bottom Widgets (Every Page)', 'bestwp' ), 'description' => esc_html__( 'This widget area is located at the bottom of every page.', 'bestwp' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-footer-1', 'name' => esc_html__( 'Footer 1', 'bestwp' ), 'description' => esc_html__( 'This sidebar is located on the left bottom of web page.', 'bestwp' ), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-footer-2', 'name' => esc_html__( 'Footer 2', 'bestwp' ), 'description' => esc_html__( 'This sidebar is located on the middle bottom of web page.', 'bestwp' ), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-footer-3', 'name' => esc_html__( 'Footer 3', 'bestwp' ), 'description' => esc_html__( 'This sidebar is located on the middle bottom of web page.', 'bestwp' ), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

')); register_sidebar(array( 'id' => 'bestwp-footer-4', 'name' => esc_html__( 'Footer 4', 'bestwp' ), 'description' => esc_html__( 'This sidebar is located on the right bottom of web page.', 'bestwp' ), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

')); } add_action( 'widgets_init', 'bestwp_widgets_init' ); function bestwp_top_wide_widgets() { ?>