-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter_copy.php
More file actions
29 lines (22 loc) · 1.63 KB
/
footer_copy.php
File metadata and controls
29 lines (22 loc) · 1.63 KB
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
29
<?php if ($post->post_name != "menu") : ?>
<footer class="main-footer">
<a class="back-to-top" rel="nofollow" href="#">Back to top</a>
<hr>
<div class="social-media">
<a href="#" title="Facebook"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/icon-fb-green.svg" alt="Facebook"></a>
<a href="#" title="Messenger"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/icon-messenger-green.svg" alt="Messenger"></a>
<a href="#" title="Instagram"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/icon-instagram-green.svg" alt="Instagram"></a>
<a href="#" title="Twitter"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/icon-twitter-green.svg" alt="Twitter"></a>
<a href="#" title="Email"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/icon-email-green.svg" alt="Email"></a>
<a href="#" title="Map"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/icon-pin-green.svg" alt="Map"></a>
<a href="#" title="Phone"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/icon-phone-green.svg" alt="Phone"></a>
</div>
<!-- <a class="button donate" href="#">Donate to build a better future</a>
<a class="button sitemap" href="#">Sitemap</a>
<p class="license">This website content and code is licensed under a <a href="#">Creative Commons Attribution 4.0 International License.</a> </p>
<address class="author">Made with love for people and the planet by <br><a rel="author" href="#">Charlene</a> + <a rel="author" href="#">Komuhn</a> </address> -->
</footer>
<?php endif; ?>
<?php wp_footer(); ?>
</body>
</html>