Update get list for unlimited
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 8 Aug 2017 17:25:28 +0000 (13:25 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 8 Aug 2017 17:25:28 +0000 (13:25 -0400)
setup unlimited results.

controllers/front.php

index 8f5b321..337d3ae 100644 (file)
@@ -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(