Redirect after theme activation
<php if (is_admin() && isset($_GET['activated']) && $pagenow == "themes.php") { wp_redirect('themes.php?page=themeoptions'); }