projects
/
WP-Plugins
/
emmet-employment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd832a8
)
Update get list for unlimited
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 8 Aug 2017 17:25:28 +0000
(13:25 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 8 Aug 2017 17:25:28 +0000
(13:25 -0400)
setup unlimited results.
controllers/front.php
patch
|
blob
|
history
diff --git
a/controllers/front.php
b/controllers/front.php
index
8f5b321
..
337d3ae
100644
(file)
--- 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(