}
        ?>
"></div>
													
										</div>
										
										<h2><a href="<?php 
        echo get_permalink($results_query[$i]->ID);
        ?>
"><?php 
        echo $results_query[$i]->post_title;
        ?>
</a></h2>
										<ul class="meta">
											<li><?php 
        echo mb_localize_datetime(format_datetime_str(get_option('date_format'), $results_query[$i]->post_date));
        ?>
</li>
											<li><a href="<?php 
        echo get_permalink($results_query[$i]->ID);
        ?>
#comments" class="comment"><?php 
        printf(get_comments_number($results_query[$i]->ID));
        ?>
</a></li>
										</ul>
									
									</div>
										

						<?php 
if (get_post_meta($results_small_latest[$i]->ID, 'cmb_is_review', true) != 'checked') {
    echo get_post_format($results_small_latest[$i]->ID);
}
?>
"></div>
										
										</div>
	
										<h2><a href="<?php 
echo get_permalink($results_small_latest[$i]->ID);
?>
"><?php 
echo $results_small_latest[$i]->post_title;
?>
</a></h2>
										<ul class="meta">
											<li><?php 
echo mb_localize_datetime(format_datetime_str(get_option('date_format'), $results_small_latest[$i]->post_date));
?>
</li>
											<li><a href="<?php 
echo get_permalink($results_small_latest[$i]->ID);
?>
#comments" class="comment"><?php 
printf(get_comments_number($results_small_latest[$i]->ID));
?>
</a></li>
										</ul>
									
									</div>