xarxaprod-wp-theme/footer.php

29 lines
722 B
PHP
Raw Normal View History

2024-01-09 16:13:20 +01:00
<?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 Xarxaprod_theme
2024-01-09 16:13:20 +01:00
*/
?>
<footer id="colophon" class="site-footer">
<div class="site-info">
2024-02-22 12:44:46 +01:00
<?php dynamic_sidebar( 'footer-widgets' ); ?>
2024-01-09 16:13:20 +01:00
</div><!-- .site-info -->
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
2024-04-11 13:29:14 +02:00
<div class="liquid-bubbles <?php xarxaprod_class_posttype(); ?>">
<div class="bubbles bubble-01"></div>
<div class="bubbles bubble-02"></div>
<div class="bubbles bubble-03"></div>
<div class="bubbles bubble-04"></div>
</div>
2024-01-09 16:13:20 +01:00
</body>
</html>