Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /*
  2. *
  3. *
  4. * Template Name: Page Testing
  5. */
  6. get_header();
  7. ?>
  8. </div>
  9. </div>
  10. <div>
  11. <div >
  12. <main>
  13. <?php
  14. for($i =0 ; $i<10; $i++){
  15. echo $i.'<br>';
  16. }
  17. ?>
  18. </main>
  19. </div>
  20. </div>
  21. <?php
  22. get_footer();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement