'post', 'posts_per_page' => 6, 'orderby' => 'date', 'order' => 'DESC', ); $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'])):?>