themes-wordpress/seedlet/footer.php
2021-01-08 16:42:41 +00:00

26 lines
589 B
PHP
Executable file

<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Seedlet
* @since 1.0.0
*/
?>
</div><!-- #content -->
<footer id="colophon" class="site-footer default-max-width" role="contentinfo" aria-label="<?php esc_attr_e( 'Footer', 'seedlet' ); ?>">
<?php get_template_part( 'template-parts/footer/footer-content' ); ?>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>