From 984e7dc48c5a11d97b4b015b4a771290ffdc6393 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 8 Aug 2017 13:25:28 -0400 Subject: [PATCH] Update get list for unlimited setup unlimited results. --- controllers/front.php | 1 + 1 file changed, 1 insertion(+) 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( -- 2.17.1