From 310871f9ceb7b7e599b60454e1360eed89bc66c5 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 29 Jul 2016 15:10:00 -0400 Subject: [PATCH] Putting this back to the way it was Still working out somethings with the permalinks --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) . '
'; -- 2.17.1