From 4933ac343c473878451be3f6a26edeb499f20a6f Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Sun, 7 Jul 2024 09:36:27 +0700 Subject: [PATCH] More humans and less ambassadors in the team Signed-off-by: Chris Abraham --- .../themes/cncf-twenty-two/classes/class-lf-utils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/wp-content/themes/cncf-twenty-two/classes/class-lf-utils.php b/web/wp-content/themes/cncf-twenty-two/classes/class-lf-utils.php index 57474d3cb..674d83ef9 100644 --- a/web/wp-content/themes/cncf-twenty-two/classes/class-lf-utils.php +++ b/web/wp-content/themes/cncf-twenty-two/classes/class-lf-utils.php @@ -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' ), @@ -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' ),