From 7791aa370ec4e430bf60e318a0f016a4647b7414 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 Dec 2015 11:39:10 -0500 Subject: [PATCH] adjusted post thumbnail dimensions --- index.php | 2 +- views/list_products.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 5fc27d9..55bbc1a 100644 --- a/index.php +++ b/index.php @@ -175,7 +175,7 @@ function michsci_shortcode($atts) echo michsci_get_terms_dropdown(); echo '
'; echo ''; - + if ( $product_id = filter_var( $_REQUEST['product'], FILTER_VALIDATE_INT ) ) { michsci_show_product($product_id); } else if ( $cat_id = filter_var( $_REQUEST['category'], FILTER_VALIDATE_INT ) ) { diff --git a/views/list_products.php b/views/list_products.php index 04118ab..4f6a3d9 100644 --- a/views/list_products.php +++ b/views/list_products.php @@ -3,7 +3,7 @@
- ID, 'post-thumbnail' ); ?> + ID, array(320, 286 )); ?>
term; ?> -- 2.17.1