diff --git a/functions.php b/functions.php index b7fda767..aacd9c45 100644 --- a/functions.php +++ b/functions.php @@ -64,6 +64,11 @@ function _s_setup() { */ add_theme_support( 'automatic-feed-links' ); + /** + * Enable support for Post Thumbnails + */ + add_theme_support( 'post-thumbnails' ); + /** * This theme uses wp_nav_menu() in one location. */