projects
/
WP-Themes
/
circlemichigan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8981f94
)
Change blog feed image size for frontpage feed
author
Laury GvR
<laury@gaslightmedia.com>
Wed, 25 Apr 2018 15:41:00 +0000
(11:41 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Wed, 25 Apr 2018 15:41:00 +0000
(11:41 -0400)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
8d4acf0
..
4e3bc67
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-134,7
+134,7
@@
function wpse_setup_theme() {
add_image_size('glm-block-large', 475, 290,true);
add_image_size('glm-map-image', 290, 190,true);
add_image_size('glm-blog-image', 300, 225,true);
- add_image_size('glm-blog-feed-image',
10
00, 400,true);
+ add_image_size('glm-blog-feed-image',
8
00, 400,true);
}
add_action( 'after_setup_theme', 'wpse_setup_theme' );