'page', 'post__in' => $cake_bakery_content_pages, 'orderby' => 'post__in' ); $query = new WP_Query( $args ); if ( $query->have_posts() ) : $i = 1; ?>
have_posts() ) : $query->the_post(); ?>
>

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', 'stock' => 1, 'posts_per_page' => 6, 'orderby' => 'date', 'order' => 'DESC', 'meta_query' => $meta_query, 'tax_query' => $tax_query, ); $loop = new WP_Query( $args ); if($loop->post_count > 0){ while ( $loop->have_posts() ) : $loop->the_post(); global $product; ?>

get_price_html()); ?>