'; echo do_shortcode(wp_kses_post($bellini_static_slider_content)); echo '
'; endif; ?>

'product', 'post_status' => 'publish', 'meta_key' => '_featured', 'meta_value' => 'yes', 'posts_per_page' => absint($bellini['bellini_featured_slides_no_selector']), 'no_found_rows' => true, ); // Set the Loop Arguments $loop = new WP_Query( $args ); // Fire up the Loop if ( $loop->have_posts() ) :?>

  • Products and Click on the Star.', 'bellini' ), array( 'a' => array( 'href' => array() ) ) ), esc_url( admin_url( 'edit.php?post_type=product' ) ) ); ?>

'product', 'no_found_rows' => true, 'posts_per_page' => absint($bellini['woo_product_per_page_select']), 'orderby' => esc_html( $bellini['woo_product_orderby_select']), 'order' => esc_html( $bellini['woo_product_order_select']), 'product_cat' => esc_html( $bellini['bellini_woo_category_selector']), ); $loop = new WP_Query( $args ); if ( $loop->have_posts() ) { ?>
have_posts() ) : $loop->the_post(); if ( absint($bellini['woo_product_new_layout']) === 1 ){ get_template_part( 'template-parts/woo', 'product-1' ); } endwhile; ?>

'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'])):?>

'; the_post(); get_template_part( 'template-parts/content', 'page' ); echo ''; } endif; }