|  | @@ 48-54 (lines=7) @@ | 
                                                            
                                    | 45 |  | 	<?php } ?> | 
                                                            
                                    | 46 |  |  | 
                                                            
                                    | 47 |  | 	<header class="entry-header"> | 
                                                            
                                    | 48 |  | 		<?php if ( has_post_thumbnail() ) { ?> | 
                                                            
                                    | 49 |  | 			<div class="entry-image <?php echo esc_attr( $image_class ); ?>"> | 
                                                            
                                    | 50 |  | 				<a class="thumbnail" href="<?php the_permalink(); ?>"> | 
                                                            
                                    | 51 |  | 					 <?php lsx_thumbnail('lsx-single-thumbnail'); ?> | 
                                                            
                                    | 52 |  | 				</a> | 
                                                            
                                    | 53 |  | 			</div> | 
                                                            
                                    | 54 |  | 		<?php } ?> | 
                                                            
                                    | 55 |  |  | 
                                                            
                                    | 56 |  | 		<?php  | 
                                                            
                                    | 57 |  | 			$format = get_post_format(); | 
                                                                                
                                |  | @@ 124-130 (lines=7) @@ | 
                                                            
                                    | 121 |  | 		</div> | 
                                                            
                                    | 122 |  | 	<?php } ?> | 
                                                            
                                    | 123 |  | 	 | 
                                                            
                                    | 124 |  | 	<?php if ( has_post_thumbnail() && true === $grid_layout_enabled ) { ?> | 
                                                            
                                    | 125 |  | 		<div class="entry-image hidden-xs"> | 
                                                            
                                    | 126 |  | 			<a class="thumbnail" href="<?php the_permalink(); ?>" style="background-image:url(<?php echo esc_url( $image_src ); ?>);"> | 
                                                            
                                    | 127 |  | 				<?php lsx_thumbnail( 'lsx-single-thumbnail' ); ?> | 
                                                            
                                    | 128 |  | 			</a> | 
                                                            
                                    | 129 |  | 		</div> | 
                                                            
                                    | 130 |  | 	<?php } ?> | 
                                                            
                                    | 131 |  |  | 
                                                            
                                    | 132 |  | 	<?php if ( true === $grid_layout_enabled ) { ?> | 
                                                            
                                    | 133 |  | 		</div> |