From: Steve Sutton Date: Tue, 8 Aug 2017 17:25:28 +0000 (-0400) Subject: Update get list for unlimited X-Git-Tag: v1.1.1^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=984e7dc48c5a11d97b4b015b4a771290ffdc6393;p=WP-Plugins%2Femmet-employment.git Update get list for unlimited setup unlimited results. --- diff --git a/controllers/front.php b/controllers/front.php index 8f5b321..337d3ae 100644 --- a/controllers/front.php +++ b/controllers/front.php @@ -455,6 +455,7 @@ class emmet_employment_front ? filter_var($_REQUEST['emmet_jobsdepartment']) : false; $args = array( + 'post_per_page' => -1, 'post_type' => EMMET_EMP_POST_TYPE, 'meta_query' => array( array(