ID; get_template_part('inc/template-podcast-card', null, [ 'image' => get_the_post_thumbnail_url($post_id, 'medium_large'), 'title' => get_the_title($post_id), 'link' => get_permalink($post_id), 'acf' => get_field('time', $post_id), ]); ?>