From 7d63a28723f3c76f979fe006648014b2ea9a7381 Mon Sep 17 00:00:00 2001 From: Philip Arthur Moore Date: Tue, 20 Mar 2012 11:39:41 +0000 Subject: [PATCH] _s: Enable support for Post Thumbnails git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@9276 d957f892-c61d-0410-b221-f235e6eecf30 --- functions.php | 5 +++++ 1 file changed, 5 insertions(+) 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. */