array( 'show_on_front' => 'page', 'page_on_front' => '{{home}}', 'page_for_posts' => '{{blog}}', // Our Custom //'blogdescription' => 'My Awesome Blog', 'button_1' => 'Read More', 'button_2' => 'Read More', ), ); add_theme_support( 'starter-content', $starter_content); return apply_filters( 'all_purpose_starter_content', $starter_content ); } add_action( 'after_setup_theme', 'atmospheres_setup_sc' );