I'd like to specify which widgets go where in my child theme instead of using the default thematic setup.
I tried this but no joy on my install. Still got those pesky meta and links widgets.
$preset_widgets = array (
'primary-aside' => array( 'CollisionWidget','search', 'categories'),
'secondary-aside' => array( 'text' ),
'1st-subsidiary-aside' => array( 'text' ),
'2nd-subsidiary-aside' => array( 'text' ),
'3rd-subsidiary-aside' => array( 'text' )
);
if ( isset( $_GET['activated'] ) ) {
update_option( 'sidebars_widgets', $preset_widgets );
}