esc_html__( 'Default Sidebar', 'arina' ), 'id' => 'sidebar-left', 'description' => esc_html__( 'Widgets in this area will be shown on the right-hand side.', 'arina' ), 'before_widget'=>'', 'before_title' => '' )); //Default Footer Sidebar register_sidebar(array( 'name' => esc_html__( 'Main Footer Sidebar', 'arina' ), 'id' => 'footer-sidebar', 'description' => esc_html__( 'Widgets in this area will be shown in Footer Area.', 'arina' ), 'before_widget'=>'', 'before_title' => '' )); } add_action( 'widgets_init', 'arina_widgets_init' );