projects
/
web
/
GruntInit
/
glmThemeV6.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fba859
)
separating the custom fields and post thumbnails theme support in function.php
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 31 Aug 2016 19:40:31 +0000
(15:40 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 31 Aug 2016 19:40:31 +0000
(15:40 -0400)
root/functions.php
patch
|
blob
|
history
diff --git
a/root/functions.php
b/root/functions.php
index
579403d
..
5d34fb9
100644
(file)
--- 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);
/**