From: Anthony Talarico Date: Thu, 17 Dec 2015 14:22:49 +0000 (-0500) Subject: changed posts_per_page in index file X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=3a72d4a7e205c8cdd4a5e92d725f036e46b70721;p=WP-Plugins%2Fmichsci-products.git changed posts_per_page in index file --- diff --git a/index.php b/index.php index dc59557..5fc27d9 100644 --- a/index.php +++ b/index.php @@ -216,7 +216,7 @@ function michsci_list_products() { global $wpdb, $wp; $args = array( - 'post_per_page' => -1, + 'posts_per_page' => -1, 'post_type' => 'miproduct' );