From 3a72d4a7e205c8cdd4a5e92d725f036e46b70721 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 17 Dec 2015 09:22:49 -0500 Subject: [PATCH] changed posts_per_page in index file --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ); -- 2.17.1