AIFL’s 2023 Evening of Friendship and Solidarity Journal | VISIT staging.aifl.org/unitedforisrael
$params = array(
'limit' => -1,
'orderby'=>'t.post_date DESC'
);
// Run the find
$mypod = pods( 'newsletter', $params );
// Loop through the records returned
while ( $mypod->fetch() ) {
$bg=get_the_post_thumbnail_url($mypod->display( 'ID'), 'full');
?>