'; } // Display offset if header image doesn't exist ?>
front page?>

    'product', 'posts_per_page' => 12 ); $loop = new WP_Query( $args ); if ( $loop->have_posts() ) { while ( $loop->have_posts() ) : $loop->the_post(); wc_get_template_part( 'content', 'product' ); endwhile; } else { /* translators: %s: No products found */ echo __( 'No products found', 'algori-shop' ); } wp_reset_postdata(); ?>