$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');
?>
Warning: Undefined variable $mypod in /var/www/aifl/aifl.site/wp-content/themes/aifl/functions.php on line 2239
Fatal error: Uncaught Error: Call to a member function display() on null in /var/www/aifl/aifl.site/wp-content/themes/aifl/functions.php:2239
Stack trace:
#0 [internal function]: {closure}()
#1 /var/www/aifl/aifl.site/wp-content/plugins/carbon-fields/vendor/htmlburger/carbon-fields/core/Container/Block_Container.php(418): call_user_func()
#2 /var/www/aifl/aifl.site/wp-includes/class-wp-block.php(519): Carbon_Fields\Container\Block_Container->render_block()
#3 /var/www/aifl/aifl.site/wp-includes/blocks.php(2061): WP_Block->render()
#4 /var/www/aifl/aifl.site/wp-includes/blocks.php(2113): render_block()
#5 /var/www/aifl/aifl.site/wp-includes/class-wp-hook.php(324): do_blocks()
#6 /var/www/aifl/aifl.site/wp-includes/plugin.php(205): WP_Hook->apply_filters()
#7 /var/www/aifl/aifl.site/wp-includes/post-template.php(256): apply_filters()
#8 /var/www/aifl/aifl.site/wp-content/themes/aifl/page-templates/articles.php(17): the_content()
#9 /var/www/aifl/aifl.site/wp-includes/template-loader.php(106): include('...')
#10 /var/www/aifl/aifl.site/wp-blog-header.php(19): require_once('...')
#11 /var/www/aifl/aifl.site/index.php(17): require('...')
#12 {main}
thrown in /var/www/aifl/aifl.site/wp-content/themes/aifl/functions.php on line 2239