ID ); update_option( 'show_on_front', 'page' ); // Set the blog page $blog = get_page_by_title( 'Blog' ); update_option( 'page_for_posts', $blog->ID ); // Switch to our theme //switch_theme( 'Template', 'stylesheet' ); ?>