Welcome Screen

The welcome screen is the page that greats you when you first install a theme. This page could display almost anything, but is typically used to provide helpful information to a first time user. The welcome screen code is in the /includes/features/welcome-screen.php file. This feature can be enabled by uncommenting the following line in the /includes/settings.php file:

add_theme_support( 'welcome-screen' );