From: Anthony Talarico Date: Wed, 31 Aug 2016 19:40:31 +0000 (-0400) Subject: separating the custom fields and post thumbnails theme support in function.php X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=595ce8e513ecddcd94faf18429ce4a18d381b9fd;p=web%2FGruntInit%2FglmThemeV6.git separating the custom fields and post thumbnails theme support in function.php --- diff --git a/root/functions.php b/root/functions.php index 579403d..5d34fb9 100644 --- a/root/functions.php +++ b/root/functions.php @@ -43,7 +43,7 @@ if (!function_exists('glm_get_clientinfo_option')) { : null; } } - +add_theme_support('custom-fieldss'); add_theme_support('post-thumbnails'); set_post_thumbnail_size(120, 100, true); /**