'publish',
'ignore_sticky_posts' => 1,
'posts_per_page' => $recent_post_limit
) );
?>
have_posts()) :
while ( $query_latest_blog->have_posts() ) : $query_latest_blog->the_post();
$col_4 = 'col-md-12 col-sm-12 col-xs-12';
$row = 'row';
$col_5 = 'col-md-5 col-sm-5 col-xs-12 margin-top-30';
$col_7 = 'col-md-7 col-sm-7 col-xs-12 margin-top-30';
if( $instance['layout_style'] == 'default' ){
$col_4 = 'col-md-4 col-sm-4 col-xs-12 margin-top-30';
$row = '';
$col_5 = '';
$col_7 = '';
}
?>