forked from stephanie-walter/inpixel_blank_responsive_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
28 lines (19 loc) · 827 Bytes
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php
?>
</div><!-- #main -->
<footer role="contentinfo">
<div class="widget-area">
<?php if ( is_active_sidebar( 'footer-widget-area' ) ){
dynamic_sidebar( 'footer-widget-area' );
}?>
</div>
<div class="copyright">
<small> This theme is under <a href="http://wordpress.org/about/gpl/"> GPL V2 Licence </a> - <?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?> - <a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'themename' ); ?>" ><?php printf( __( 'Proudly powered by %s.', 'themename' ), 'WordPress' ); ?></a></small>
</div>
</footer>
</div>
<?php wp_footer(); ?>
<!-- The mains scripts you'll need for your site -->
<script src="<?php echo get_template_directory_uri(); ?>/js/main.js"></script>
</body>
</html>