/woocommerce/templates/loop/title.php where did it go?
-
Hello. I just updated to WC 2.5
My child theme makes modifications to
/wp-content/plugins/woocommerce/templates/loop/title.phpI put in something like this:
<h3><?php the_title(); ?></h3> <?php the_subtitle( '<p class="product-subtitle">', '</p>' ); ?>
I need to make a similar modification to the shop loop in 2.5 but there is no title.php that I can find (yet) in the shop loop that is making the <h3> tag.
But the title.php file no longer exists it seems in WC 2.5… So, I’ve been searching for where this code now lives. Does anyone know?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘/woocommerce/templates/loop/title.php where did it go?’ is closed to new replies.