Skip to content

Instantly share code, notes, and snippets.

@csaborio001
Created February 22, 2020 12:48
Show Gist options
  • Save csaborio001/ba01eb2d0893b34cea64595664f13558 to your computer and use it in GitHub Desktop.
Save csaborio001/ba01eb2d0893b34cea64595664f13558 to your computer and use it in GitHub Desktop.
$args = array(
'post_type' => 'volunteer',
'posts_per_page' => '10',
'button_label' => 'Load More',
'button_loading_label' => 'Loading...',
'scroll' => 'false',
'post__in' => implode( ',', $unmatched_volunteers->posts ),
'repeater' => 'template_1',
'id' => 'participant_listing',
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment