From: Steve Sutton Date: Wed, 18 Nov 2015 15:20:22 +0000 (-0500) Subject: Add size for glm blocks X-Git-Tag: v1.0.0^2~291 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=38f74aff6029e5aa31de57db0a58a808f62df363;p=WP-Themes%2Fstaffords.git Add size for glm blocks --- 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 @@