We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f03ac8 commit 0462d50Copy full SHA for 0462d50
2 files changed
footer.php
@@ -1,4 +1,5 @@
1
<?php do_action( 'cc_theme_before_footer' ); ?>
2
+<!--BEGIN FOOTER-->
3
<footer class="main-footer">
4
<?php do_action( 'cc_theme_before_footer_content' ); ?>
5
<div class="container">
@@ -56,6 +57,7 @@
56
57
</div>
58
<?php do_action( 'cc_theme_after_footer_content' ); ?>
59
</footer>
60
+<!-- END FOOTER-->
61
<?php do_action( 'cc_theme_after_footer' ); ?>
62
<?php wp_footer(); ?>
63
</body>
front/assets/css/styles.css
0 commit comments