<?php /** * The template for displaying the footer */ ?> <footer id="colophon" class="site-footer" role="contentinfo"> <div class="container"> <?php get_template_part( 'template-parts/footer/footer', 'widgets' );?> </div> </footer> <div class="copyright"> <div class="container"> <?php get_template_part( 'template-parts/footer/site', 'info' );?> </div> </div> <?php wp_footer(); ?> </body> </html>