From 6771e352fe9f8da86f96dd9c4db8b14736ac9554 Mon Sep 17 00:00:00 2001 From: Corey McKrill <916023+coreymckrill@users.noreply.github.com> Date: Thu, 24 Oct 2019 18:03:00 -0700 Subject: [PATCH] Theme: Add support for post thumbnails --- themes/wporg-5ftf/functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/wporg-5ftf/functions.php b/themes/wporg-5ftf/functions.php index ddd2627..3cd92a5 100644 --- a/themes/wporg-5ftf/functions.php +++ b/themes/wporg-5ftf/functions.php @@ -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(