init
This commit is contained in:
21
footer.php
Normal file
21
footer.php
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
</main>
|
||||
|
||||
<?php do_action( 'tailpress_content_end' ); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php do_action( 'tailpress_content_after' ); ?>
|
||||
|
||||
<footer id="colophon" class="site-footer" role="contentinfo">
|
||||
<?php do_action( 'tailpress_footer' ); ?>
|
||||
|
||||
<?php get_template_part('template-parts/la-components/footer'); ?>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
<?php wp_footer(); ?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user