'post',
'posts_per_page' => absint($bellini['blog_front_post_per_page_select']),
'orderby' => 'date',
'order' => 'DESC',
);
if(has_filter('bellini_front_blog_post_args')) {
$args = apply_filters('bellini_front_blog_post_args', $args);
}
$loop = new WP_Query( $args );
if ( $loop->have_posts() ) {
while ( $loop->have_posts() ) : $loop->the_post();
if ( absint($bellini['bellini_home_blogposts_layout']) === 1 ) :
get_template_part( 'template-parts/content' );
endif;
if ( absint($bellini['bellini_home_blogposts_layout']) === 5 ) :
get_template_part( 'template-parts/content-lb-5');
endif;
endwhile;
if(!empty($bellini['bellini_home_blogposts_button_text'])):?>