array( 'recent-posts-1', 'categories-1', 'archives-1' ), 'bavaro_front_page_area_beside_slider' => array( 'recent-posts-2', 'categories-2', 'archives-2' ) ); /* the default titles will appear */ update_option('widget_recent-posts', array( 1 => array('title' => ''), 2 => array('title' => ''))); update_option('widget_categories', array( 1 => array('title' => ''), 2 => array('title' => ''))); update_option('widget_archives', array( 1 => array('title' => ''), 2 => array('title' => ''))); update_option('sidebars_widgets', $activate); } add_action('after_switch_theme', 'add_theme_widgets', 10, 2);