diff --git a/includes/init.php b/includes/init.php index 1e87ca4..778363c 100644 --- a/includes/init.php +++ b/includes/init.php @@ -35,8 +35,11 @@ function carhop_setup() add_theme_support('wp-block-styles'); add_theme_support('editor-styles'); - add_editor_style('css/editor-style.css'); add_theme_support('widgets'); + + add_editor_style('css/editor-style.css'); + + add_post_type_support('page', 'excerpt'); // add_post_type_support( 'page', 'excerpt' ); }