From b9516f412924e26bb71857385755610fc165eed0 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 12 Oct 2018 15:29:01 -0400 Subject: [PATCH] Update image size for the blog featured image. Was getting the largest size. IE would show it actual size. --- functions.php | 1 + parts/blog-feed-front.php | 10 +++++----- style.css | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/functions.php b/functions.php index 626161c..ef4557c 100644 --- a/functions.php +++ b/functions.php @@ -217,6 +217,7 @@ function is_post_type($type){ add_action('thematic_searchloop', 'mytheme_search_loop'); // End of the Contextual/Highlight Search functions +add_image_size('blog-feed-front', '370', '300', true); add_image_size('glm_blocks', '538', '660', true); add_image_size('nav_dropdown', '225', '133', true); add_image_size('glm_blocks_small', '570', '315', array( 'center', 'bottom' )); diff --git a/parts/blog-feed-front.php b/parts/blog-feed-front.php index ee94c98..0166625 100644 --- a/parts/blog-feed-front.php +++ b/parts/blog-feed-front.php @@ -23,7 +23,7 @@
- View All Articles + View All Articles
@@ -32,7 +32,7 @@
- View All Events + View All Events
@@ -41,11 +41,11 @@
Night Life
- - + +
diff --git a/style.css b/style.css index eef9207..ecc81fa 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: GaylordCVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for GaylordCVB -Version: 1.0.28 +Version: 1.0.30 */ -- 2.17.1