Where to add the_post_thumbnail( )

Make sure it’s inside the loop.

   <?php if (have_posts()) : ?>



<?php while ( have_posts() ) : the_post() ?>





  <?php the_post_thumbnail(); ?>



   <?php endwhile;?>



  <?php endif; ?>