Skip to content

Commit

Permalink
More humans and less ambassadors in the team
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Jul 7, 2024
1 parent 81d4049 commit 4933ac3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ public static function get_teamcloudnative() {

$args = array(
'post_type' => 'lf_person',
'posts_per_page' => 15,
'posts_per_page' => 5,
'no_found_rows' => true,
'orderby' => 'rand',
'post_status' => array( 'publish' ),
Expand Down Expand Up @@ -646,7 +646,7 @@ public static function get_teamcloudnative() {

$args = array(
'post_type' => 'lf_human',
'posts_per_page' => 10,
'posts_per_page' => 15,
'no_found_rows' => true,
'orderby' => 'rand',
'post_status' => array( 'publish' ),
Expand Down

0 comments on commit 4933ac3

Please sign in to comment.