Guest User

Untitled

a guest
May 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <?php // Start the looped content here. ?>
  2. <div class="post">
  3. <!--the header and the options-->
  4. <div class="title"><?php the_title();?></div>
  5. <?php the_content();?></div>
  6.  
  7. <div class="entry-thumbnails">
  8.  
  9. <?php the_post_thumbnail(); // we just called for the thumbnail ?>
  10. </div>
  11. </div>
  12. <!-- closes the first div box -->
  13. <!--This is how to end a loop -->
Add Comment
Please, Sign In to add comment