From: Steve Sutton Date: Fri, 9 Jun 2017 19:33:11 +0000 (-0400) Subject: correct spelling of posts X-Git-Tag: v1.0.0^2~16 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b563a5e1606a51e4abea7594a6294610f7c69365;p=WP-Themes%2Fphsacf.git correct spelling of posts need to be posts_per_page --- 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',