Advertisement
SandieBarrie

WordPress Footer

May 13th, 2014
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <?php
  2. /**
  3. * The template for displaying the footer
  4. *
  5. * Contains footer content and the closing of the #main and #page div elements.
  6. *
  7. * @package WordPress
  8. * @subpackage Twenty_Thirteen
  9. * @since Twenty Thirteen 1.0
  10. */
  11. ?>
  12.  
  13. </div><!-- #main -->
  14. <footer id="colophon" class="site-footer" role="contentinfo">
  15. <?php get_sidebar( 'main' ); ?>
  16.  
  17. <div class="site-info">
  18. <?php do_action( 'twentythirteen_credits' ); ?>
  19. <a href="<?php echo esc_url( __( 'twentythirteen' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentythirteen' ); ?>"><?php printf( __( 'Copyright 2014 %s', 'twentythirteen' ), 'Sandie Barrie PhD' ); ?></a>
  20.  
  21. </div><!-- .site-info -->
  22. </footer><!-- #colophon -->
  23. </div><!-- #page -->
  24.  
  25. <?php wp_footer(); ?>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement