Guest User

Untitled

a guest
Nov 19th, 2019
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. <?php
  2. /**
  3. * The template for displaying the footer.
  4. *
  5. * Contains the closing of the #content div and all content after
  6. *
  7. * @package activello
  8. */
  9. ?>
  10. </div><!-- close .*-inner (main-content or sidebar, depending
  11. if sidebar is used) -->
  12. </div><!-- close .row -->
  13. </div><!-- close .container -->
  14. </div><!-- close .site-content -->
  15. <div id="footer-area">
  16. <footer id="colophon" class="site-footer" role="contentinfo">
  17. <div class="site-info container">
  18. <div class="row">
  19. <h3>your footer credit text here</h3>
  20. <?php if( !get_theme_mod('footer_social') )
  21. activello_social_icons(); ?>
  22. <div class="copyright col-md-12">
  23. <?php echo
  24. esc_html( get_theme_mod( 'activello_footer_copyright', 'Activello' ) ); ?>
  25. <?php custom_activello_footer_info(); ?>
  26. </div>
  27. </div>
  28. </div><!-- .site-info -->
  29. <div class="scroll-to-top"><i class="fa fa-angle-up"></i></
  30. div><!-- .scroll-to-top -->
  31. </footer><!-- #colophon -->
  32. </div>
  33. </div><!-- #page -->
  34. <?php wp_footer(); ?>
  35. </body>
  36. </html>
Advertisement
Add Comment
Please, Sign In to add comment