page-thanks.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php /* Template Name: Thanks */ ?>
  2. <!DOCTYPE html>
  3. <html lang="en-US">
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
  7. <meta name="description" content="David + Ginny">
  8. <title>Thank You | D+G</title>
  9. <?php wp_head(); ?>
  10. </head>
  11. <body>
  12. <div class="container">
  13. <div class="column sixteen">
  14. <div class="page_header">
  15. <h5 class="vibes">&#10087; &nbsp; David A. Windham&nbsp; &amp; &nbsp; Ginny L. Gast &nbsp; &#10087;</h5>
  16. <h5 class="cardo">The Twenty-Seventh Of September, Two Thousand Fourteen</h4><br />
  17. <img src="../wp-content/themes/bml/img/swirl.png" width="100">
  18. </div>
  19. <?php while ( have_posts() ) : the_post(); ?>
  20. <?php the_content(); ?>
  21. <?php endwhile;?>
  22. </div>
  23. </div>
  24. <?php wp_footer(); ?>
  25. <script>
  26. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  27. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  28. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  29. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  30. ga('create', 'UA-1906067-35', 'cantbuymelove.org');
  31. ga('send', 'pageview');
  32. </script>
  33. </body>
  34. </html>