From b563a5e1606a51e4abea7594a6294610f7c69365 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 9 Jun 2017 15:33:11 -0400 Subject: [PATCH] correct spelling of posts need to be posts_per_page --- lib/funds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/funds.php b/lib/funds.php index 93b3d73..8d3edc1 100644 --- a/lib/funds.php +++ b/lib/funds.php @@ -111,7 +111,7 @@ function funds_shortcode($atts) foreach($custom_terms as $custom_term) { wp_reset_query(); $args = array( - 'post_per_page' => -1, + 'posts_per_page' => -1, 'post_type' => 'fund', 'orderby' => 'title', 'order' => 'ASC', -- 2.17.1