Getting post thumbnail from post id
- by admin
- 0
To get the thumbnail image with post id $post_id:
<?php echo
get_the_post_thumbnail(
$post_id
,
'thumbnail') ?>
To get the thumbnail image with post id $post_id: <?php echo get_the_post_thumbnail( $post_id, ‘thumbnail’) ?>
To get the thumbnail image with post id $post_id: <?php echo get_the_post_thumbnail( $post_id, ‘thumbnail’) ?>