esc_html__( 'Default Sidebar', 'bloghash' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Widgets in this area are displayed in the left or right sidebar area based on your Default Sidebar Position settings.', 'bloghash' ), 'before_widget' => '
', 'before_title' => '', ) ); // Footer 1. register_sidebar( array( 'name' => esc_html__( 'Footer 1', 'bloghash' ), 'id' => 'bloghash-footer-1', 'description' => esc_html__( 'Widgets in this area are displayed in the first footer column.', 'bloghash' ), 'before_widget' => '', 'before_title' => '', ) ); // Footer 2. register_sidebar( array( 'name' => esc_html__( 'Footer 2', 'bloghash' ), 'id' => 'bloghash-footer-2', 'description' => esc_html__( 'Widgets in this area are displayed in the second footer column.', 'bloghash' ), 'before_widget' => '', 'before_title' => '', ) ); // Footer 3. register_sidebar( array( 'name' => esc_html__( 'Footer 3', 'bloghash' ), 'id' => 'bloghash-footer-3', 'description' => esc_html__( 'Widgets in this area are displayed in the third footer column.', 'bloghash' ), 'before_widget' => '', 'before_title' => '', ) ); // Footer 4. register_sidebar( array( 'name' => esc_html__( 'Footer 4', 'bloghash' ), 'id' => 'bloghash-footer-4', 'description' => esc_html__( 'Widgets in this area are displayed in the fourth footer column.', 'bloghash' ), 'before_widget' => '', 'before_title' => '', ) ); } endif; add_action( 'widgets_init', 'bloghash_widgets_init' );