From: Steve Sutton Date: Tue, 10 Nov 2015 14:36:30 +0000 (-0500) Subject: Fix the featured images for post and pages X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=313f7424554144c795165ae52168039c689e77a9;p=WP-Themes%2Fglmthemes%2Fcrawfordcounty-theme.git Fix the featured images for post and pages --- diff --git a/functions.php b/functions.php index f64c285..3a9bf33 100644 --- a/functions.php +++ b/functions.php @@ -135,7 +135,7 @@ function glm_offcanvas_menu() //)); } -add_theme_support('post-thumbnails','custom-background'); +add_theme_support('post-thumbnails'); $defaults = array( 'default-color' => '', 'default-image' => '',