diff --git a/functions.php b/functions.php index 0f139ae..5568c73 100644 --- a/functions.php +++ b/functions.php @@ -12,3 +12,6 @@ die(); } } ); + +// Enable featured images +add_theme_support( 'post-thumbnails' );