From faad0cc3cc7db79f09102fb8d94ec4595e10b070 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 21 Jan 2016 09:14:03 -0500 Subject: [PATCH] added glm blocks image size hook --- functions.php | 2 +- parts/glm-blocks.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index ec062cf..f265b8d 100644 --- a/functions.php +++ b/functions.php @@ -144,7 +144,7 @@ function mytheme_search_loop() { add_action('thematic_searchloop', 'mytheme_search_loop'); // End of the Contextual/Highlight Search functions -//add_image_size('glm_blocks', '570', '280', true); +add_image_size('glm_blocks', '570', '280', true); ?> diff --git a/parts/glm-blocks.php b/parts/glm-blocks.php index 3a9e318..0640165 100644 --- a/parts/glm-blocks.php +++ b/parts/glm-blocks.php @@ -6,7 +6,7 @@