separating the custom fields and post thumbnails theme support in function.php
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Aug 2016 19:40:31 +0000 (15:40 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 31 Aug 2016 19:40:31 +0000 (15:40 -0400)
root/functions.php

index 579403d..5d34fb9 100644 (file)
@@ -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);
 /**