Skip to content

Commit

Permalink
update limit of people we can have on the people maps
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Jun 7, 2024
1 parent df6b0a9 commit 604229e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function add_cncf_people_map_shortcode( $atts ) {

<?php
$args = array(
'posts_per_page' => 200,
'posts_per_page' => 5000,
'post_type' => array( 'lf_person' ),
'post_status' => array( 'publish' ),
'no_found_rows' => true,
Expand Down

0 comments on commit 604229e

Please sign in to comment.