Hi Guys
Is it possible to add the Woocommerce short description below the title on the Related Products area and the new Products area?
I think the code is…
“<?php echo apply_filters( ‘woocommerce_short_description’, $post->post_excerpt ) ?>
but I don’t know where to add it.