R
R
Rokis2015-10-03 14:04:41
WordPress
Rokis, 2015-10-03 14:04:41

In which file in Woocommerce in the storefront theme can I edit the output of posts?

I'm changing the Storefront theme for myself using a child theme. I want to change the output of posts with ordinary functions like:

<?php the_title(); ?>
<?php the_post_thumbnail('thumbnail'); ?>
and wrap them in Divs, but I can't figure out where to do it. From this cycle:
<?php if ( have_posts() ) : ?>

      <?php get_template_part( 'loop' ); ?>

    <?php else : ?>

      <?php get_template_part( 'content', 'none' ); ?>

    <?php endif; ?>

Tell me please.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
0
0leg5ergeev, 2015-10-03
@0leg5ergeev

in the loop.php file apparently.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question