From: Steve Sutton Date: Fri, 29 Jul 2016 19:10:00 +0000 (-0400) Subject: Putting this back to the way it was X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fdevelop;p=WP-Plugins%2Fmichsci-products.git Putting this back to the way it was Still working out somethings with the permalinks --- diff --git a/index.php b/index.php index fedfda6..d7d4a71 100644 --- a/index.php +++ b/index.php @@ -598,7 +598,7 @@ function michsci_list_products($text_query) $product->href = $current_url . ( ( strpos( $current_url, '?' ) ) ? '&' : '?' ) . "product=" . $product->ID; - $product->href = get_permalink( $product->ID ); + //$product->href = get_permalink( $product->ID ); ++$iterator; } //echo '
' . print_r($products, true) . '
';