From 595ce8e513ecddcd94faf18429ce4a18d381b9fd Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 31 Aug 2016 15:40:31 -0400 Subject: [PATCH] separating the custom fields and post thumbnails theme support in function.php --- root/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /** -- 2.17.1