Woocommerce - Making Product Titles Hyperlinked on Products Catalog Page

Discussion in 'WordPress' started by mighty.one, Jun 7, 2013.

  1. #1
    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.
     
    mighty.one, Jun 7, 2013 IP
  2. ashishkg

    ashishkg Active Member

    Messages:
    233
    Likes Received:
    8
    Best Answers:
    3
    Trophy Points:
    68
    #2
    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>
     
    ashishkg, Jun 10, 2013 IP