From 38f74aff6029e5aa31de57db0a58a808f62df363 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 18 Nov 2015 10:20:22 -0500 Subject: [PATCH] Add size for glm blocks --- functions.php | 1 + parts/glm-blocks.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 5acb3b3..d163f4e 100644 --- a/functions.php +++ b/functions.php @@ -102,4 +102,5 @@ function mytheme_search_loop() { add_action('thematic_searchloop', 'mytheme_search_loop'); // End of the Contextual/Highlight Search functions +add_image_size('glm_blocks', '300', '300', true); ?> diff --git a/parts/glm-blocks.php b/parts/glm-blocks.php index a32e453..ec9b276 100644 --- a/parts/glm-blocks.php +++ b/parts/glm-blocks.php @@ -1,6 +1,6 @@