not really known
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

44 linhas
1.1 KiB

  1. <?php
  2. /**
  3. * The template for displaying the footer
  4. *
  5. * Contains the closing of the "site-content" div and all content after.
  6. *
  7. * @package WordPress
  8. * @subpackage Twenty_Fifteen
  9. * @since Twenty Fifteen 1.0
  10. */
  11. ?>
  12. </div><!-- .site-content -->
  13. <footer id="colophon" class="site-footer" role="contentinfo">
  14. <div class="site-info">
  15. <?php
  16. /**
  17. * Fires before the Twenty Fifteen footer text for footer customization.
  18. *
  19. * @since Twenty Fifteen 1.0
  20. */
  21. do_action( 'twentyfifteen_credits' );
  22. ?>
  23. <a href="/credits/">Credits</a> | <a href="/get-the-data/">Get the data</a>
  24. </div><!-- .site-info -->
  25. </footer><!-- .site-footer -->
  26. </div><!-- .site -->
  27. <script>
  28. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  29. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  30. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  31. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  32. ga('create', 'UA-add-your-tracking-number-here', 'auto');
  33. ga('send', 'pageview');
  34. </script>
  35. <?php wp_footer(); ?>
  36. </body>
  37. </html>