<?php $i = 1; ?><?php echo $i; ?>
<?php $i ++; ?>Я немогу найти цикл здесь.
<?php global $i; $i = 0; while ( have_posts() ) : the_post(); ?>
<?php wc_get_template_part( 'content', 'product' ); ?>
<?php $i++; endwhile; // end of the loop. ?>global $i; echo $i;