$params = array(
'limit' => -1,
'orderby'=>'menu_order ASC',
'where' => 't.ID = '.get_the_ID(),
);
$mypod = pods( 'eaifl_category', $params );
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/single-eaifl_category.php on line 23
Fatal error: Uncaught Error: Call to a member function display() on null in /var/www/aifl/aifl.site/wp-content/themes/aifl/single-eaifl_category.php:23
Stack trace:
#0 /var/www/aifl/aifl.site/wp-includes/template-loader.php(106): include()
#1 /var/www/aifl/aifl.site/wp-blog-header.php(19): require_once('...')
#2 /var/www/aifl/aifl.site/index.php(17): require('...')
#3 {main}
thrown in /var/www/aifl/aifl.site/wp-content/themes/aifl/single-eaifl_category.php on line 23