Show the Post thumbnail or Feature Image in Post WordPress

Post thumbnail or Feature image in WordPress post. In our many posts we use feature images and we also want that these images should also display in our post. To display the feature image or Post Thumbnail use the following code.

                          <?php if ( has_post_thumbnail()) :?>
     <?php the_post_thumbnail(); ?>
 <?php endif; ?>

If you will find any problem just mention it in comment i will try to resolve it.

Posted

in

by

Tags: