From: Anthony Talarico Date: Wed, 3 May 2017 17:57:46 +0000 (-0400) Subject: adjusting the front page blog feed structure to match the blocks X-Git-Tag: v1.0.0^2~35 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=df82cafce39a26f086530a50472d94a597374ba6;p=WP-Themes%2Fgreatlakescfa.git adjusting the front page blog feed structure to match the blocks the one blog post that is being pulled into the front page with the 2 blocks was not structured or styled in the same manner as the blocks and as a result was displaying different when images were added. I added a block class to the one post container and removed the nested column class that was wrapping the image so that it would help keep it similar to the block images --- diff --git a/parts/blog-feed-front.php b/parts/blog-feed-front.php index 0a86445..c6a4111 100644 --- a/parts/blog-feed-front.php +++ b/parts/blog-feed-front.php @@ -1,15 +1,13 @@ 1);?> -
+ -
+
ID )) { ?> -
- ID, array(190, 190), array('class' => 'blog-excerpt-img-wrap')); ?> -
+ ID, 'glm-block-image', array('class' => 'blog-excerpt-img-wrap')); ?>