have_posts() ): $posts->the_post(); ?>
';
if ( has_post_thumbnail() ) {
$size = $posts->post_count > 4 ? 'newsmag-post-grid-small' : 'newsmag-post-grid';
$image = get_the_post_thumbnail( get_the_ID(), $size );
}
$image_obj = array( 'id' => get_the_ID(), 'image' => $image );
$image = Newsmag_Helper::get_lazy_image( $image_obj );
$category = get_the_category();
?>