-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
27 lines (27 loc) · 862 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
<?php if( shortcode_exists( 'instagram-feed' ) ) : ?>
<div id="instagram-footer">
<div class="instagram-widget">
<h4 class="instagram-title">Follow us @ Instagram</h4>
<?php echo do_shortcode('[instagram-feed width=100 widthunit=% num=6 cols=6 imageres=full imagepadding=0]') ?>
</div>
</div>
<?php endif; ?>
<footer>
<div class="container">
<div class="row">
<div class="rodape">
<div class="one-half column">
<img src="<?php echo get_template_directory_uri(); ?>/assets/img/by-nc.jpg" class="creative-commons">
</div>
<div class="one-half column">
<div class="direitos">
Todos os direitos reservados © <a href="<?php echo home_url() ?>"><?=bloginfo('name')?></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<?php wp_footer() ?>
</body>
</html>