Add Images the_post_thumbnail()

<?php the_post_thumbnail(); ?>
<div class="row group">
  <div class="one-third">
    <?php the_post_thumbnail(); ?>
  </div>
  <div class="two-thirds">
    <?php the_content(); ?>
  </div>
</div>
Scroll to Top