Getting post thumbnail from post id Posted on February 26, 2017 by admin To get the thumbnail image with post id $post_id: <?php echo get_the_post_thumbnail( $post_id, 'thumbnail') ?>