'; echo do_shortcode(wp_kses_post($bellini_static_slider_content)); echo '

'; endif; ?>

query->get_meta_query(); $tax_query = WC()->query->get_tax_query(); $tax_query[] = array( 'taxonomy' => 'product_visibility', 'field' => 'name', 'terms' => 'featured', 'operator' => 'IN', ); $args = array( 'post_type' => 'product', 'post_status' => 'publish', 'ignore_sticky_posts' => 1, 'posts_per_page' => absint($bellini['bellini_featured_slides_no_selector']), 'orderby' => 'date', 'order' => 'desc', 'meta_query' => $meta_query, 'tax_query' => $tax_query, 'no_found_rows' => true, ); if(has_filter('bellini_front_featured_product_args')) { $args = apply_filters('bellini_front_featured_product_args', $args); } // 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']), ); if(has_filter('bellini_front_woo_product_args')) { $args = apply_filters('bellini_front_woo_product_args', $args); } $loop = new WP_Query( $args ); if ( $loop->have_posts() ) { ?>
have_posts() ) : $loop->the_post(); get_template_part( 'template-parts/woo', 'product-1' ); endwhile; ?>

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

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

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