Theme: Add support for post thumbnails

This commit is contained in:
Corey McKrill 2019-10-24 18:03:00 -07:00
parent 822fc283c9
commit 6771e352fe
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38

View file

@ -37,6 +37,8 @@ function setup() {
add_theme_support( 'wp-block-styles' );
add_theme_support( 'editor-styles' );
add_theme_support( 'post-thumbnails' );
add_editor_style( 'css/style-editor.css' );
add_theme_support(