esc_html__( 'Sidebar', 'educa' ), 'id' => 'sidebar-widget-area', 'description' => __('Sidebar Widget Area', 'educa' ), 'before_widget' => '', 'before_title' => '

', 'after_title' => '

', ); the_widget('WP_Widget_Search', 'title='.__('Search','educa'), $args); the_widget('WP_Widget_Archives', null, $args); the_widget('WP_Widget_Recent_Posts', null, $args); the_widget('WP_Widget_Calendar', 'title='.__('Calendar','educa'), $args); the_widget('WP_Widget_Categories', null, $args); the_widget('WP_Widget_Tag_Cloud', null, $args); } ?>