Hello everyone, Not sure if this is the right place for this post. I have a problem with my woocommerce. Basically, on my product (catalog) pages (where products are viewable in a grid), the image is linked to the product detail page but the product title isn't and is just plain text. Is there anyway to make the product title hyperlinked to the product details page too? I think it's a pretty easy fix but not sure how to do it. Any help will be much appreciated. Thanks.
Go to the template and select the content-product.php file search the <?php the_title()?> change it to <a href="<?php the_permalink(); ?>"><?php the_title();?></a>