Viewing 1 replies (of 1 total)
  • Plugin Contributor ModDish

    (@moddish)

    modify the plugin file to remove the links.

    EX:

    $product_shortcode .= '<td><div class="product-title"><a href="' . get_permalink() . '">'. get_the_title().'</a></div>';'

    becomes

    $product_shortcode .= '<td><div class="product-title">'. get_the_title().'</div>';

    there are a few spots you will need to edit to make this work. not sure why you would want to thou

Viewing 1 replies (of 1 total)
  • The topic ‘link remove’ is closed to new replies.