Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * The template for displaying the footer.
- *
- * Contains the closing of the #content div and all content after
- *
- * @package activello
- */
- ?>
- </div><!-- close .*-inner (main-content or sidebar, depending
- if sidebar is used) -->
- </div><!-- close .row -->
- </div><!-- close .container -->
- </div><!-- close .site-content -->
- <div id="footer-area">
- <footer id="colophon" class="site-footer" role="contentinfo">
- <div class="site-info container">
- <div class="row">
- <h3>your footer credit text here</h3>
- <?php if( !get_theme_mod('footer_social') )
- activello_social_icons(); ?>
- <div class="copyright col-md-12">
- <?php echo
- esc_html( get_theme_mod( 'activello_footer_copyright', 'Activello' ) ); ?>
- <?php custom_activello_footer_info(); ?>
- </div>
- </div>
- </div><!-- .site-info -->
- <div class="scroll-to-top"><i class="fa fa-angle-up"></i></
- div><!-- .scroll-to-top -->
- </footer><!-- #colophon -->
- </div>
- </div><!-- #page -->
- <?php wp_footer(); ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment